Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 430 Bytes

🏦 Banking Demo Backend

This repository hosts the source code for the backend of our demo banking application.

🐋 Docker Setup

To build the docker image, simply build the dockerfile present in the root directory.

$ docker buildx build -t banking-backend .
$ docker run -p 5005:5005 banking-backend

API Documentation

Find the openAPI Documentation at API Docu