Small webapp to track who was in which room at which time to backtrace potential viral infections
Go to file
Oskar Winkels d8aa54659f Add data validation 2020-11-30 21:53:09 +01:00
docs Add API spec to resolve #2 2020-11-30 18:00:16 +01:00
ftracker Add data validation 2020-11-30 21:53:09 +01:00
.gitignore Add basic repo structure, dependencies and first endpoint 2020-11-30 17:18:39 +01:00
LICENSE.md Add legal license to make repo public 2020-11-24 22:48:53 +01:00
README.md Add basic repo structure, dependencies and first endpoint 2020-11-30 17:18:39 +01:00
config.ini Fix temp storage config 2020-11-30 18:10:05 +01:00
setup.py Add API spec to resolve #2 2020-11-30 18:00:16 +01:00

README.md

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.

How to run

(Dev setup, prod setup not finished yet)

# clone, cd into repo
pip3 install -e .
python3 -m ftracker

Then, query the endpoint at http://localhost:5000/times.

License

Licensed under GNU GPL v3, see LICENSE.md for details.

Copyright (C) 2020 Oskar/FaSTTUBe