Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testdrivenio/fastapi-crud-async
FastAPI CRUD
https://github.com/testdrivenio/fastapi-crud-async
async-postgres async-python fastapi starlette
Last synced: 13 days ago
JSON representation
FastAPI CRUD
- Host: GitHub
- URL: https://github.com/testdrivenio/fastapi-crud-async
- Owner: testdrivenio
- License: mit
- Created: 2020-01-10T00:02:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T18:18:23.000Z (9 months ago)
- Last Synced: 2024-08-01T00:43:08.738Z (3 months ago)
- Topics: async-postgres, async-python, fastapi, starlette
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 427
- Watchers: 9
- Forks: 90
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fastapi - Async flavor
- awesome-fastapi - Async flavor
README
# Developing and Testing an Asynchronous API with FastAPI and Pytest
## Want to learn how to build this?
Check out the [post](https://testdriven.io/blog/fastapi-crud).
## Want to use this project?
Build the images and run the containers:
```sh
$ docker-compose up -d --build
```Test out the following routes:
1. [http://localhost:8002/ping](http://localhost:8002/ping)
1. [http://localhost:8002/docs](http://localhost:8002/docs)
1. [http://localhost:8002/notes](http://localhost:8002/notes)