An open API service indexing awesome lists of open source software.

https://github.com/triformine/uca-edt


https://github.com/triformine/uca-edt

hacktoberfest nextjs typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# UCA EDT

A website for UCA (Université Côte d'Azur)'s students, that shows their schedule from their student id.

## Why?
Because the university doesn't provide any official website to see your schedule, they only send us an excel file.

## How?
We parse the file that they send to us, and import it into a database with our own system.

## Do you collect any data?
No, we don't collect any data. We only get the corresponding schedule from the database from the provided student number.

## Can I contribute?
Contribution is welcome, be sure to follow [Contributor Covenant Code Of Conduct](CODE_OF_CONDUCT.md)

## Who made this?
- The frontend and the [xlsx parser](https://github.com/TriForMine/uca-edt-parser) is made by [TriForMine](https://www.github.com/TriForMine)
- The [backend](https://github.com/CorentinGS/uca-edt) is made by [CorentinGS](https://github.com/CorentinGS/)