Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 424 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 424 Bytes

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/