Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)