Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 687 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 687 Bytes

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