https://github.com/yxtay/fastapi-crud-async
Following tutorial on testdriven.io.
https://github.com/yxtay/fastapi-crud-async
Last synced: 3 months ago
JSON representation
Following tutorial on testdriven.io.
- Host: GitHub
- URL: https://github.com/yxtay/fastapi-crud-async
- Owner: yxtay
- License: mit
- Created: 2020-04-19T09:56:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T00:38:38.000Z (5 months ago)
- Last Synced: 2025-01-10T16:56:33.285Z (4 months ago)
- Language: Python
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developing and Testing an Asynchronous API with FastAPI and Pytest
Following tutorials on testdriven.io.
- https://testdriven.io/blog/fastapi-crud/
- https://testdriven.io/blog/asynchronous-tasks-with-falcon-and-celery/