https://dyvenia.github.io/timeflow/
-
Install with pip all libs in requirements.txt
pip install -r requirements -
uvicorn main:app --reload -
uvicorn backend.main:app --reload
-
run
build.shto build the docker images used in this repo -
Generate the cert files and put them in the
/certsfolder, you can usemkcertfor generating local cert files forhttps -
Run docker-compose up
docker-compose -f docker-compose-dev.yamlIf you don't wish to look at the docker logs, run the command docker-compose up with the flag -d instead of docker-compose up
docker-compose up -d