Skip to content

Derek-Wds/UH-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Dockerfile 0.6%