An open API service indexing awesome lists of open source software.

https://github.com/devlinduldulao/fastapi-demo


https://github.com/devlinduldulao/fastapi-demo

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

## FastAPI Demo

- to run the app
```zsh
poetry run uvicorn app.main:app --reload
```

- to run the tests
```zsh
poetry run pytest
```

### Swagger UI
- http://127.0.0.1:8000/docs#/