Developing and Testing an Asynchronous API with FastAPI and Pytest

January 10, 2020 ยท View on GitHub

Want to learn how to build this?

Check out the post.

Want to use this project?

Build the images and run the containers:

$ docker-compose up -d --build

Test out the following routes:

  1. http://localhost:8002/ping
  2. http://localhost:8002/docs
  3. http://localhost:8002/notes

Contents

  1. 1Want to learn how to build this?
  2. 2Want to use this project?