A site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and signup to attend an event created by another user. Events take place at a specific date and location. This project is designed to mimic the logic behind Eventbrite.
- HTML
- Bootstrap
- CSS
- SASS
- Ruby
- Ruby on Rails
Clone the repository to your local machine
$ git clone https://github.com/Elijahscriptdev/private-events.git
cd into the directory
$ cd private-events
Then install the needed gems:
$ bundle install
Next, migrate the database:
$ rails db:migrate
To test tun:
$ bundle exec rspec
When done with the above steps, you'll be ready to run the app in a local server:
$ rails server