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

https://github.com/yangboz/fastapi-restful-starter

a python fastapi restful template for sharing.
https://github.com/yangboz/fastapi-restful-starter

Last synced: 4 months ago
JSON representation

a python fastapi restful template for sharing.

Awesome Lists containing this project

README

          

# restful-fastapi-starter
a python fastapi restful template for sharing.

## how to verify it?
```
pip install -r requirements.txt

```
```
uvicorn application.server.main:app
```
# docker

```
docker run -p 80:80 smartkit/fastapi-restful-starter
```