fastapi-microservices icon indicating copy to clipboard operation
fastapi-microservices copied to clipboard

Microservices Architecture with FastAPI, Docker and Nginx

Microservices with FastAPI, Tortoise ORM, Docker and Nginx

Architecture Schema

schema

Run and test

To start the application just run

docker-compose up -d

To test the endpoints you can access swagger at

http://localhost:8080/pokemon/docs/
http://localhost:8080/teams/docs/