Skip to content

Igor Sikorsky Kyiv Polytechnic Institute schedule UI

License

Notifications You must be signed in to change notification settings

kpi-ua/schedule.kpi.ua

Repository files navigation

GitHub license GitHub contributors GitHub issues GitHub pull-requests PRs Welcome

GitHub watchers GitHub forks GitHub stars

schedule.kpi.ua

New responsive, maintainable, scalable, fast and simple UI for kpi-schedule with modern design.

Demo version | Production version | Docker images

API usage

Base URL: https://schedule.kpi.ua/api/

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

Run and Develop

Run in the development mode

npm start

Open http:https://localhost:3000 to view it in the browser.

Make a production build

npm run build

Build Docker container

docker build ./ --file ./.dockerfile --tag kpiua/schedule.kpi.ua:latest

Run latest Docker container

docker run --rm -it  -p 80:80/tcp kpiua/schedule.kpi.ua

Related Projects

If you are owner of iPhone or iPad you can use this simple iOS application which is built over schedule API.

Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917

Authors

  • Rusanovskiy Dmytro
  • Alexey Novoseltsev

License

Copyright © Igor Sikorsky Kyiv Polytechnic Institute. All rights reserved.

Licensed under the BSD 3-Clause License license.