Skip to content

Jaocodigos/Higia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Higia

The prototype of a helpfull hospital system.

Required resources

  • Python 3.11

How run the project

Create a virtual environment(venv) and activate it.

    python -m venv /path/to/new/virtual/environment
    .venv\Scripts\activate # For windows
    .venv/bin/activate # For linux distros

Install requirements

    pip install -r docker/engine/requirements.txt

Fill required envs:

- 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.

Running migrations

    flask db upgrade

Running Higia

    flask run -h 0.0.0.0 -p your_port

About

The prototype of an helpfull hospital management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published