mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 10:19:14 +02:00
feat:#34 refactored function to intended service, fixed docker files
This commit is contained in:
29
services/data-manager/README.md
Normal file
29
services/data-manager/README.md
Normal 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:
|
Reference in New Issue
Block a user