Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpsg-beckum/iscout-task-dispatch
Aufgabenverteilung entwickelt für das iScout game.
https://github.com/dpsg-beckum/iscout-task-dispatch
Last synced: 7 days ago
JSON representation
Aufgabenverteilung entwickelt für das iScout game.
- Host: GitHub
- URL: https://github.com/dpsg-beckum/iscout-task-dispatch
- Owner: dpsg-beckum
- Created: 2023-11-23T20:25:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:14:25.000Z (10 days ago)
- Last Synced: 2025-01-03T18:24:51.372Z (9 days ago)
- Language: HTML
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dpsg - iscout-task-dispatch - `Work in progress` Basic Task Managment for the game [iScout](https://iscoutgame.com). ([Demo](https://itd-test.remote1.jonahwille.de)) (Self Hosted Web Applications)
README
# iScoutTaskDispatch
Eine Webapp die zur Aufgabenverteilung und Monitorung von Teams für [iScout](https://iscoutgame.com) entwickelt wurde. Eine Testinstallation mit den Aufgaben von 2024 kann [hier](https://itd-test.remote1.jonahwille.de) aufgerufen werden. Entwickelt von der [DPSG St. Stephanus Beckum](https://www.dpsg-beckum.de)
## Run the Software [WIP]
### using flask
```bash
flask --app iscouttaskdispatch:create_app run --debug --host=0.0.0.0
```### using Docker (experimental)
```bash
docker build -t iscouttaskdispatch .
docker run -p 80:5000 iscouttaskdispatch
```