- Ruby 3.0.1
- Rails 6.1.4
- PostgreSQL
Setup For this app should be pretty vanilla for rails apps.
- Clone the respository
- Run Bundle Install
bundle install
- Setup Database
rake db:create && rake db:migrate
rails s
Open browser and go to http://localhost:3000