FastAPI-Oauth2/README.md

17 lines
239 B
Markdown
Raw Permalink Normal View History

2021-09-13 07:43:03 +00:00
# FastAPI Oauth2
2021-09-12 08:45:44 +00:00
```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```