Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 356 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 356 Bytes

Bank API

Bank API built in Python using FastAPI, Docker, Postgres and Rabbitmq

Build and Run the images

docker-compose up -d

Run the tests locally

docker-compose exec api python -m pytest

Swagger Interface(OpenAPI)

http://localhost:80/docs/

adminer Interface(DB visualization)

http://localhost:8080