ftracker/README.md

26 lines
705 B
Markdown
Raw Normal View History

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).
## How to run
(Dev setup, prod setup not finished yet)
```bash
# clone, cd into repo
pip3 install -e .
python3 -m ftracker
```
2020-12-01 15:34:45 +01:00
Then, point your browser at <http://localhost:5000/?arrival=42>.
## 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
Copyright (C) 2020 Oskar/FaSTTUBe