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.
- Host: GitHub
- URL: https://github.com/angiek7/digital-banking-mock
- Owner: angiek7
- Created: 2025-10-06T03:33:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T03:51:13.000Z (9 months ago)
- Last Synced: 2025-10-06T05:44:56.764Z (9 months ago)
- Topics: java, nginx, spring-boot
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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