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.sh
to build the docker images used in this repo -
Generate the cert files and put them in the
/certs
folder, you can usemkcert
for generating local cert files forhttps
-
Run docker-compose up
docker-compose -f docker-compose-dev.yaml
If 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