- postgresql
13.6
- ruby
2.7.4
- rails
5.0.3
Before run the following command at the root of your project:
bundle
After you need to prepare database:
rails db:create db:migrate db:seed
And you can use application in localhos:3000 after running:
rails s