2020-11-24 21:17:54 +01:00
|
|
|
# FT Corona Tracker
|
2020-11-24 20:46:30 +01:00
|
|
|
|
2020-11-24 22:50:17 +01:00
|
|
|
Small webapp to track who was in which room at which time to backtrace potential viral infections.
|
2020-11-24 21:17:54 +01:00
|
|
|
|
2020-11-24 22:52:01 +01:00
|
|
|
**WORK IN PROGRESS** This project is still under heavy construction and not ready for use in production.
|
|
|
|
|
2020-11-24 22:50:17 +01:00
|
|
|
For Ideas and Progress see [Issues](https://git.fasttube.de/FaSTTUBe/ft-corona-tracker/issues).
|
|
|
|
|
2020-11-30 17:18:39 +01:00
|
|
|
## How to run
|
|
|
|
|
|
|
|
(Dev setup, prod setup not finished yet)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# clone, cd into repo
|
|
|
|
pip3 install -e .
|
|
|
|
python3 -m ftracker
|
|
|
|
```
|
|
|
|
|
|
|
|
Then, query the endpoint at <http://localhost:5000/times>.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2020-11-24 22:50:17 +01:00
|
|
|
Licensed under GNU GPL v3, see [LICENSE.md](https://git.fasttube.de/FaSTTUBe/ft-corona-tracker/src/branch/master/LICENSE.md) for details.
|
2020-11-24 22:41:26 +01:00
|
|
|
|
2020-11-30 17:18:39 +01:00
|
|
|
Copyright (C) 2020 Oskar/FaSTTUBe
|