Serves website with student's information from Centro Paula Souza's SIGA. Access the live version on Glitch.
Serve página da web com informações de estudante do SIGA do Centro Paula Souza. Acesse a versão no ar no Glitch.
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.
O Node.js roda um servidor express, que serve um website onde o estudante pode realizar login. Após receber as credenciais do estudante, o servidor os envia para a API, que retorna as informações do estudante. A informação é então renderizada em um modelo EJS, e o documento HTML renderizado é enviado ao estudante.
Node.js:
- Express.js
- ejs
- fatec-api
See Dependencies. Veja as dependências.
Pull requests are welcome. Pull requests são bem vindos.