The Mobile Equipment Management System (SisGEM in portuguese) arises from a real life demand, related to the loan management, improvement, also return and maintenance of mobile equipment of the Technology, Communication and Education (PTCE in portuguese) Program from the Instituto Federal Fluminense Campus Campos - Centro, RJ.
The project goal is the development of a system, to promotes data reliability and integrity also, providing adequate mobile equipment data storage and management. The research will adopt open source technologies and responsive design, intending compatible device accessibility.
Click here to see a full review of the software in portuguese.
These instructions will get you a copy of the project up and running on your local machine for development.
Ruby on Rails, PostgreSQL, Yarn and a text editor. I'm using VSCode on Ubuntu.
cd to the cloned folder. Modify the "/config/database.yml" with your Database credentials
$ yarn
$ rails db:setup
Go to http://localhost:3000 and the project is up and running!
- Ruby - Main Language
- Rails - The web framework used
- Bootstrap - FrontEnd framework
- PostgreSQL - Database
This project is licensed under the MIT License - see the LICENSE.md file for details