Serves website with student's information from Centro Paula Souza's SIGA. Access the live version on Glitch.
Veja este README.md em Português brasileiro.
The Node.js runs a express server, which serves a website where the student can log in. After recieving the credentials from the student, the server sends them to the API, which returns the student's information. The information is then rendered in a EJS template, and the rendered document is sent to the student.
Node.js:
- Express.js
- ejs
- fatec-api
See Dependencies.
Pull requests are welcome.