Skip to content

This REST API in order to be able to receive data from the terrible POLITEK-SOFT schedule

Notifications You must be signed in to change notification settings

DmytroFrame/ukd-schedule--api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UKD Schedule API

This reverse server for serialization data to JSON.

Requires Node.js version ^18 to work

Local API routes:

# get a list of group names
GET: /api/groups

# get a list of teacher names
GET: /api/teachers

# get the schedule with query:
# * group   - group name in string
#   startAt - date in string
#   endAt   - date in string
#   teacher - teacher's name in string
GET: /api/schedules

Online API routes:

Running in Docker:

# start docker container
$ docker run -p 7000:7000 ukd-schedule--api