This Private events app allows the to signup or login. The users create events, set a title, set a date and a little description for each event. Other users can attend events, one user can attend many events and an event can be attended by many users.
- Ruby: 2.6.3
 - Ruby on Rails: 6.0.3.4
 - VS Code
 - MDBootstrap
 - SQLite
 
- 
- Clone this repo https://github.com/Yors-git/private-events
 
 - 
- Enter the directory
 
 - 
- Run 'bundle install' to install the gems that the app uses
 
 - 
- Create your DB with 'rails db:create'
 
 - 
- Migrate the DB with 'rails db:migrate'
 
 - 
- Run 'rails s' to create your database
 
 - 
- Go to http://localhost:3000/ in your browser to get the app running
 
 
- Github: Jorge Torres
 - Linkedin: Jorge Torres
 - Twitter: @Yors_82
 
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This is a Microverse project, all rights reserved to Jorge Torres
