Skip to content

umfoida5/comp4350group5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardioQuest

Test Status:

Build Status

Setup

To install/update all Python dependencies:

sudo pip install -U -r requirements.txt

To create/update the database schema:

cd src
alembic upgrade head

Run the project

To run the project production (background):

cd src
cherryd -d -i init

Then to kill it:

pkill cherryd

To run the project development (foreground):

cd src
./init.py

Then to kill it:

press ctrl c

Tests

To run the project's unittests:

cd test
./test.py

About

Repository for Project comp4350

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published