Skip to content

Gagogaa/iCompute-Therac-35

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Bible

Setting Up the Testing Environment

  1. In the repository setup the virtual environment:
python3 -m venv venv
  1. Activate the environment.

On Unix like systems:

. venv/bin/activate

On Windows systems:

venv\Scripts\activate.bat
  1. Install the dependencies:
pip install -r requirements.txt

Running the Flask Application

First activate the environment see above. Then launch flask.

flask run

Finally head over to localhost:5000 for testing!

Adding Test Data

First access environment set up above. Then use flask command.

flask add-demo-data

Trello Link: https://trello.com/b/3WR31e16/icompute-therac-35

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published