Read the docs: https://jdglaser.github.io/fastapi-example-project/
- Clone project locally
- Run
pipenv install
- Run
docker-compose up
to startup local databases - Run
PIPENV_DONT_LOAD_ENV=1 pipenv run uvicorn src.main:app --reload
- Start up the fastapi-example-ui project locally