Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```