Social website to create events and invite other users
- Association
- Validation
- Authentication
Clone repository:
git clone git@github.com:userman95/private-events.git
Move to folder and install dependencies
cd private-events && bundle install
Migrate database
rails db:migrate
Run web server
rails s
Finally go to http://localhost:3000/
in the web browser
- 2.5.3