8000 GitHub - GavriloviciEduard/fastapi-microservices: Microservices Architecture with FastAPI, Docker and Nginx
[go: up one dir, main page]

Skip to content

GavriloviciEduard/fastapi-microservices

Repository files navigation

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