This is a simple Rails app to be used for trainings purpose.
To be able to run this, you need:
- Ruby version 2.7.0 or higher
- Rails version 6.0.4 or higher
- PostgreSQL
To run this app in development environment, execute the following command:
bundle exec rails s -b=0.0.0.0 -p 3000