System for receiving complaints from the population (users) and the creation of projects based on these complaints.
- Ruby: 2.5.1
- Rails: 6.0.3
- Database: Postgres
After cloning the repository run the command rails db:create and rails db:migrate
- docker-compose up -d
- docker-compose exec app bundle exec rake db:setup db:migrate