feat:#34 refactored function to intended service, fixed docker files

This commit is contained in:
Elmar Kresse
2024-06-10 16:57:40 +02:00
parent cb76b5c188
commit 2d7701b0c9
96 changed files with 212 additions and 79 deletions

View File

@@ -0,0 +1,29 @@
# 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`
## Pocketbase License
This project uses the Pocketbase Open Source backend.
Please refer to the [Pocketbase License](https://github.com/pocketbase/pocketbase/blob/master/LICENSE.md) for more information.
The MIT License (MIT) Copyright (c) 2022 - present, Gani Georgiev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: