Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtorres90/fastapi-testing
https://github.com/rtorres90/fastapi-testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtorres90/fastapi-testing
- Owner: rtorres90
- License: apache-2.0
- Created: 2024-01-17T14:46:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:28:09.000Z (about 1 year ago)
- Last Synced: 2024-11-01T04:27:36.279Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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