Coder Social home page Coder Social logo

cliftondavies / private-events Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 188 KB

An app for managing events.

License: MIT License

Ruby 73.22% JavaScript 2.03% CSS 1.66% HTML 18.54% CoffeeScript 1.45% SCSS 3.11%
html5 css3 ruby ruby-on-rails rspec-rails sqlite3 capybara factory-bot-rails shoulda-matchers faker

private-events's Introduction

Private Events

An application that allows users to create, rsvp to, and view upcoming and past events.

Functionality

User Authentication

  • Create user account
  • Sign in
  • Sign out

Event Management

  • Create event when signed in
  • Rsvp to attend an event when signed in
  • Rsvp to attend an event only once

๐Ÿงฐ Tools & Technologies Used

Built with

  • HTML5
  • CSS3
  • Ruby v2.6.5
  • Ruby on Rails v5.2.4.3

Tested with

  • RSpec Rails v4.0.1
  • Capybara v2.15
  • Factory Bot Rails v6.1
  • Shoulda Matchers v4.3
  • Faker v2.13

๐Ÿš€ Getting Started

Configuration

  1. Install Ruby
  2. Install Ruby on Rails
gem install rails -v 5.2.3
  1. Install SQLite3, if you don't already have it installed locally.
  2. Clone repo into your local environment using your favourite terminal:
  • Clone with SSH
git clone [email protected]:cliftondavies/Private-Events.git
  • Clone with HTTPS
git clone https://github.com/cliftondavies/Private-Events.git
  1. Open project directory
cd [directory-name]
  1. Bulk install dependencies
bundle install
  1. Set up database
rails db:create
rake db:migrate
  1. Run Locally
  • In Rails console
rails c
Hirb.enable
  • In Browser
rails s

then visit http://localhost:3000/

  • Tests
rspec

Author

๐Ÿ‘ค Clifton Davies

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

๐Ÿ“ Copyright & License

Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.

private-events's People

Contributors

cliftondavies avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

303alec

private-events's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.