Go to file Use this template
Jimmy 6ee4d38c06 Inital commit 2021-09-12 20:45:44 +12:00
app Inital commit 2021-09-12 20:45:44 +12:00
.env.sample Inital commit 2021-09-12 20:45:44 +12:00
.gitignore Inital commit 2021-09-12 20:45:44 +12:00
Dockerfile Inital commit 2021-09-12 20:45:44 +12:00
LICENSE Inital commit 2021-09-12 20:45:44 +12:00
Pipfile Inital commit 2021-09-12 20:45:44 +12:00
README.md Inital commit 2021-09-12 20:45:44 +12:00
docker-compose.yml Inital commit 2021-09-12 20:45:44 +12:00
requirements.txt Inital commit 2021-09-12 20:45:44 +12:00

README.md

FastApi Template

pipenv sync

pipenv sync --dev

Run local dev server

pipenv run dev

Run Pytest

pipenv run test

Run in Docker

pipenv lock -r requirements.txt

sudo docker-compose up --build