Skip to content

oriov/patient_monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patient monitoring

This repo represent the solution for patient monitoring web application

how to run the project locally

  1. download mysql latest image: docker pull mysql:latest
  2. Run a MySQL Container: docker run --name mysql-container -e MYSQL_ROOT_PASSWORD=123456 -d -p 3306:3306 mysql:latest
  3. download some mysql client tool like mysql workbench
  4. create database called patient_monitoring
  5. download python3.11
  6. create venv: python3.11 -m venv venv
  7. activate venv: source venv/bin/activate
  8. run: pip install -r requirements.txt
  9. create tables by running: alembic upgrade head
  10. load csv files under static folder to the database
  11. run: python3.11 app.py
  12. open browser and go to: http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published