Skip to content

🏦 The Backend for our demo banking application

License

Notifications You must be signed in to change notification settings

Romlga/banking-backend

 
 

Repository files navigation

🏦 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

About

🏦 The Backend for our demo banking application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 86.5%
  • Gherkin 13.2%
  • Dockerfile 0.3%