A responsive, maintainable, scalable, and fast UI with a modern design for the students of Igor Sikorsky Kyiv Polytechnic Institute.
Schedule API is a part of campus API. Base URL: https://api.campus.kpi.ua/
Endpoints:
- Groups list: schedule/groups
- Lecturers list: schedule/lecturer/list
- Group schedule: schedule/lessons?groupId={group id}
- Group exams: exams/group?groupId={group id}
- Lecturer schedule: schedule/lecturer?lecturerId={id from list}
- Current day and week: time/current
npm start
Open http://localhost:3000 to view it in the browser.
npm run build
docker build ./ --file ./Dockerfile --tag kpiua/schedule.kpi.ua:latest
docker run --rm -it -p 80:80/tcp kpiua/schedule.kpi.ua
If you are owner of iPhone or iPad you can use this simple iOS application which is built over schedule API.