Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rtorres90/fastapi-testing


https://github.com/rtorres90/fastapi-testing

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fastapi-testing

Fist install ASGI server.

pip install "uvicorn[standard]"

To run this server please use this command.

uvicorn main:app --reload