Derek-Wds / UH-backend

Guys, time to work! Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UH-Backend

Backend for Uni Health

Installation

Clone the repo and install all the dependencies by running:

pip install -r requirements.txt

And cd to the docker folder and follow the instructions to set up.

Run

Now you can run our backend codes by:

python app.py

And if you want to test our codes, you can do pytest in the command line. The first time it will create folders for test results and run it second time will check if the results is the same following the idea of regression testing.

About

Guys, time to work! Feel free to contribute!


Languages

Language:Python 99.4%Language:Dockerfile 0.6%