Also known as Limoges IUT CS Timetable, LIUTCST is a lightweight web application that makes it easier for students of the BUT Informatique at IUT du Limousin to view their timetable.
https://liutcst.vexcited.com
- TypeScript 98.6%
- HTML 1.3%
- CSS 0.1%
| .github | ||
| .vscode | ||
| public | ||
| src | ||
| .env.sample | ||
| .gitignore | ||
| bun.lock | ||
| CODE_OF_CONDUCT.md | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| satone.config.ts | ||
| tsconfig.json | ||
| uno.config.ts | ||
| vercel.json | ||
Web Timetable for Limoges - IUT, Computer Science
API
Publicly available at https://edt-iut-info-limoges.vercel.app/api, you'll find an OpenAPI documentation at this entry point.
Development
We're using bun as the main package manager.
Don't forget to install the dependencies using bun install.
Fill the MONGODB_URI environment variable in the .env file.
MongoDB is used to cache timetables to prevent requesting and extracting them too much.
| Command | Description |
|---|---|
bun dev |
Starts the server on localhost:3000. |
bun run build |
Build for production. |