Skip to content

SimonAvr/PPDV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up backend

							* pip install mysql
							* ./initdb.sh #will ask for root password for mysql root user
							* export FLASK_APP=be_app.py
							* python -m flask run
							* python init_patient.py # Filling patient table in db
							* Now endpoints from be_app.py should be avaible
							* recorder.py will run in background to fetch data from server. I will thing how it would be turn on, and off. (Sockets? Http? From fron somehow?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published