This is the final homework of Modular Programming Laboratory course from BS Software Engineering at Pontifical Catholic University of Minas Gerais. It consinsts in a Web System created using Ruby On Rails, PostgreSQL.
The project requirements can be found in requirements folder
- In order to run the project you need the following dependencies
- Ruby v2.6.6
- Rails v6.0.3.6
- PostgreSQL v12.6
- Clone the project and install its dependencies via
bundle install
- Create the database and populate it via
rails db:create db:migrate db:seed
- Run the server via
rails s
- Open your browse in
localhost:3000
- Done!