26 lines
705 B
Markdown
26 lines
705 B
Markdown
# FT Corona Tracker
|
|
|
|
Small webapp to track who was in which room at which time to backtrace potential viral infections.
|
|
|
|
**WORK IN PROGRESS** This project is still under heavy construction and not ready for use in production.
|
|
|
|
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
|
|
```
|
|
|
|
Then, point your browser at <http://localhost:5000/?arrival=42>.
|
|
|
|
## License
|
|
|
|
Licensed under GNU GPL v3, see [LICENSE.md](https://git.fasttube.de/FaSTTUBe/ft-corona-tracker/src/branch/master/LICENSE.md) for details.
|
|
|
|
Copyright (C) 2020 Oskar/FaSTTUBe
|