Go to file
Jimmy 9c045d6ed0 Update readme 2021-09-13 19:43:03 +12:00
app Add tests 2021-09-13 19:41:03 +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 Update readme 2021-09-13 19:43:03 +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 Oauth2

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