Update page 'Home'

Jannik 2019-05-21 18:39:17 +02:00
parent bcb8027451
commit da8c6ec99e
1 changed files with 2 additions and 0 deletions

@ -5,6 +5,8 @@ It's build with spring and kotlin.
tcor currently provides 3 request options. /courses which will return a array "courses" with all currently available courses at the HS Offenburg, /timetable?courseName={coursename}&week={week} which will return a given weeks timetable for a given course and /mensamenu which will return the menu of the mensa for the current and next week.
Just as a side note, if you ever wonder why lessons are calld lessons and not lectures, it's to be in line with the offical hs timetable naming schema.
### Build
To run the project do `./gradlew bootRun`, or any other standard Gradle task.