The prototype of a helpfull hospital system.
- Python 3.11
python -m venv /path/to/new/virtual/environment
.venv\Scripts\activate # For windows
.venv/bin/activate # For linux distros
pip install -r docker/engine/requirements.txt
- ADMIN_USERNAME
- ADMIN_PASSWORD
- SECRET_KEY
- FLASK_APP=engine:application
- MYSQL_USER
- MYSQL_PASSWORD
- MYSQL_DATABASE
- MYSQL_HOST
OBS: Maybe you need to define the project structure to run it correctly. In this case, you must set the docker folder as the root directory.
flask db upgrade
flask run -h 0.0.0.0 -p your_port