Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r2dev2/coronacryptserver
coronacrypt Server
https://github.com/r2dev2/coronacryptserver
Last synced: 2 months ago
JSON representation
coronacrypt Server
- Host: GitHub
- URL: https://github.com/r2dev2/coronacryptserver
- Owner: r2dev2
- Created: 2020-05-03T09:13:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T01:16:45.000Z (over 4 years ago)
- Last Synced: 2024-10-11T04:34:57.109Z (3 months ago)
- Language: Python
- Homepage: https://tevinwang.github.io/coronacrypt/
- Size: 10.7 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coronacrypt
## About
This is a server for contact tracing which is tracking which people have had coronavirus and notifying people who have been in close proximity to these people to seek testing. Contact tracing could potentially help slow down the spread of the coronavirus by identifying prone areas fast. Unfortunately, this would have worked very good during the beginning stages of the coronavirus but it can still have an impact now.## How to run
This server only uses the standard library of python so you just have to execute``python3 main.py``
This will result in the computer hosting a contact tracing server.