Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testdrivenio/fastapi-crud-sync
FastAPI CRUD
https://github.com/testdrivenio/fastapi-crud-sync
docker fastapi fastapi-sqlalchemy
Last synced: 3 months ago
JSON representation
FastAPI CRUD
- Host: GitHub
- URL: https://github.com/testdrivenio/fastapi-crud-sync
- Owner: testdrivenio
- License: mit
- Created: 2020-01-05T18:12:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T18:18:32.000Z (12 months ago)
- Last Synced: 2024-08-01T00:43:08.729Z (6 months ago)
- Topics: docker, fastapi, fastapi-sqlalchemy
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 78
- Watchers: 6
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fastapi - Sync Flavor
- awesome-fastapi - Sync Flavor
README
# Developing and Testing an API with FastAPI and Pytest
Synchronous Example
## 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:8003/ping](http://localhost:8003/ping)
1. [http://localhost:8003/docs](http://localhost:8003/docs)
1. [http://localhost:8003/notes](http://localhost:8003/notes)