site : https://gss-w7d3psql.herokuapp.com/
The project serve the mentors of GSG by tracking the attendance of students in the code academy as well as the ability of managing the assistant mentors and having another feature for student and course managments.
- At home page the user choose the course he/she want, then select which mentor is now taking the attendance.
- from the above menu the user can display all Attendances and all Students.
1- clone the Reqo
2- run command : npm i.
3- create db in heroku
4- create config.env
5- get the db connection and add the connection in config.env
6- to create db run this command in terminal:
- in win : node node src\database\db_build.js
- in linux : node src/database/db_build.js
7- run server : npm start
8- open browser and use this link : http://localhost:3001/