Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-otn/fatec-pretty-siga
Serves website with student's information from Centro Paula Souza's SIGA
https://github.com/g-otn/fatec-pretty-siga
express fatec nodejs server siga
Last synced: 4 days ago
JSON representation
Serves website with student's information from Centro Paula Souza's SIGA
- Host: GitHub
- URL: https://github.com/g-otn/fatec-pretty-siga
- Owner: g-otn
- License: bsd-2-clause
- Created: 2019-05-09T22:46:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:22:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:10:50.842Z (over 1 year ago)
- Topics: express, fatec, nodejs, server, siga
- Language: HTML
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fatec Pretty Siga
Serves website with student's information from Centro Paula Souza's SIGA. Access the live version on [Glitch](https://prettysiga.glitch.me).***Veja este README.md em [Português brasileiro](https://github.com/g-otn/fatec-pretty-siga/blob/master/README.pt-BR.md).***
## Overview
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.## Built With
Node.js:
- Express.js
- ejs
- fatec-apiSee [Dependencies](https://github.com/g-otn/fatec-pretty-siga/network/dependencies).
## Contributing
Pull requests are welcome.