Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zewdu444/fastapi_collection
This repository served as a repository for best practices and guidance for Fast API.
https://github.com/zewdu444/fastapi_collection
Last synced: 29 days ago
JSON representation
This repository served as a repository for best practices and guidance for Fast API.
- Host: GitHub
- URL: https://github.com/zewdu444/fastapi_collection
- Owner: zewdu444
- License: mit
- Created: 2023-07-23T09:31:58.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-25T20:21:46.000Z (over 1 year ago)
- Last Synced: 2023-07-25T22:04:29.812Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi_collection
This repository served as a repository for best practices and guidance for Fast API.
- To run the application, run the following command:
```
cd fastapienv/Scripts
activate
cd ../..
uvicorn book:app --reload
open http://127:0.0.1:8000/docs
```