https://github.com/redjanvier/eshuri-bank-be
https://github.com/redjanvier/eshuri-bank-be
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redjanvier/eshuri-bank-be
- Owner: RedJanvier
- Created: 2024-12-06T08:35:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T08:35:56.000Z (4 months ago)
- Last Synced: 2025-02-07T14:26:07.628Z (3 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank Management System - Backend
## Prerequisites
- Java 17
- Maven
- MySQL## Local Development
1. Starting the development app.
Run ```docker compose -f compose.dev.yaml up```2. Stopping the development app.
Run ```docker compose -f compose.dev.yaml down```## Production Deployment
1. Starting the production app.
Run ```docker compose up```2. Stopping the production app.
Run ```docker compose down```