added frontend and updated backend with docker, wrote some initial instructions

This commit is contained in:
Elmar Kresse
2023-09-19 21:34:29 +02:00
parent b8a638a5fe
commit c051995823
87 changed files with 4987 additions and 1574 deletions

21
backend/README.md Normal file
View File

@@ -0,0 +1,21 @@
# HTWK PLANNER
Scrape information about Seminar Groups and dates.
### Run with
```bash
go run . serve
```
### Go to Admin UI
` ➜ Admin UI: http://127.0.0.1:8090/_/`
- create account
- import pb_schema.json
### Fetch Data from HTWK
`http://127.0.0.1:8090/api/fetchPlans`
### View/Filter/Search in Admin UI