The StudySafe API is made for HKU Task Force to perform COVID montioring in the campus. The API is organized around REST, with the capability on tracking visit record, maintaining member profiles and venue information.
- Install and activate virtual enviroment (For Windows)
pipenv install
.venv/Scripts/Activate
- Start the server
python manage.py runserver
The API documentation can be found in the submitted files.
- Even the server is run in localhost, it is connected to the production database. Any data manipulation will be reflected in production environment.