Auto insurance application, with roles such as administrator, mechanic, call center and customer, you can keep track of all your income to the insurer.
- NodeJS (ejs view)
- MySQL (without orm)
- Bootstrap (Admin LTE)
To run this project, you must first create a /.env
file in the root of the project with the structure of .env.example
Then run the script /database/bd.sql
into your database to create the default profiles.
Default profiles:
- [email protected] - adminadmin
- [email protected] - callcentercallcenter
- [email protected] - mecanicomecanico
After that you just have to write on the console
$ npm install
$ npm start