This is a small application to manage events and user's login/registration.
This application was created using:
- Ruby 2.5.3
- Rails 5.2.2
- Ubuntu 18.4
-
Go to
bin/
folder. -
Crerate database model:
rails db:migrate
- Run the server:
rails server
- Go to your favorite web browser and type:
http://localhost:3000/
- Enjoy.