Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yxtay/fastapi-crud-async
Following tutorial on testdriven.io.
https://github.com/yxtay/fastapi-crud-async
Last synced: 15 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T03:23:41.000Z (about 1 year ago)
- Last Synced: 2024-03-16T07:10:48.172Z (11 months ago)
- Language: Python
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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/