Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 781 Bytes

Official documentation

https://dyvenia.github.io/timeflow/

Local Setup instructions

  1. Install with pip all libs in requirements.txt pip install -r requirements

  2. uvicorn main:app --reload

  3. uvicorn backend.main:app --reload

Docker instructions for DEV

  1. run build.sh to build the docker images used in this repo

  2. Generate the cert files and put them in the /certs folder, you can use mkcert for generating local cert files for https

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