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-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

Awesome Lists containing this project

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)