Go to file
Jimmy 7307abf7d8 Add enva to disable auth 2022-01-13 03:11:59 +00:00
app Add enva to disable auth 2022-01-13 03:11:59 +00:00
.env.sample Use env vars 2021-12-04 01:28:51 +13:00
.gitignore Ignore requirements.txt 2021-12-04 01:18:40 +13:00
Dockerfile Update to 3.9 2022-01-11 04:18:03 +00:00
LICENSE Inital commit 2021-09-12 20:45:44 +12:00
Pipfile Initial version 2022-01-12 07:48:18 +00:00
README.md Update readme 2021-09-13 19:43:03 +12:00
docker-compose-dev.yml Add dev compose file 2021-12-04 01:00:30 +13:00
docker-compose-test.yml Add test compose file 2021-12-04 01:00:40 +13:00
docker-compose.yml 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