Split courses by semester

This commit is contained in:
Gonne 2024-05-12 18:38:14 +02:00
parent 4bffdb53e9
commit 46dfa2a152
5 changed files with 87 additions and 94 deletions

View file

@ -7,7 +7,8 @@ e.g. by executing `go version`.
Initialize the database. For developing, we recommend using sqlite:
user@host:path/to/repo$ sqlite3 officeHours.db -init officeHoursSQLite.sql
sqlite> .read dummydatasqlite.sql
sqlite> .read dummydata/rooms.sql
sqlite> .read dummydata/summerCourses.sql
Now start the development webserver, note that you need to manually
restart it to code changes take effect.