jramiresbrito / transports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fleet Management System

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.

Requirements

The project requirements can be found in requirements folder

How to use this app

  • 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!

About


Languages

Language:Ruby 69.3%Language:HTML 22.9%Language:JavaScript 4.1%Language:SCSS 3.6%