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

https://github.com/redjanvier/eshuri-bank-be


https://github.com/redjanvier/eshuri-bank-be

Last synced: 30 days ago
JSON representation

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```