Skip to content

A timeflow application built in FastAPI and IDOM

License

Notifications You must be signed in to change notification settings

dyvenia/timeflow-svelte

 
 

Repository files navigation

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

About

A timeflow application built in FastAPI and IDOM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.8%
  • CSS 6.6%
  • Other 0.6%