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.
- Host: GitHub
- URL: https://github.com/yangboz/fastapi-restful-starter
- Owner: yangboz
- License: mit
- Created: 2022-01-10T07:27:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T02:59:48.000Z (over 3 years ago)
- Last Synced: 2025-02-08T05:17:54.165Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```