An open API service indexing awesome lists of open source software.

https://github.com/angiek7/digital-banking-mock

Digital banking mock: Spring Boot backend + Nginx static frontend.
https://github.com/angiek7/digital-banking-mock

java nginx spring-boot

Last synced: 2 months ago
JSON representation

Digital banking mock: Spring Boot backend + Nginx static frontend.

Awesome Lists containing this project

README

          

<<<<<<< HEAD
# Digital Banking Mock

Full demo with a **Spring Boot backend** and a **static frontend** proxied via Nginx.
Shows a simple login, transfer endpoint and an in-memory ledger.

## Run
```bash
docker compose up --build
# Frontend: http://localhost:8082
# API: http://localhost:8081/api
```

> Minimal demo to showcase architecture & integration. Expand with Angular/React when needed.
=======
# digital-banking-mock
>>>>>>> 53ffe65d496be76f92c266b74e285671c6b303a8