This application was developed by the author Alex Pshe for educational purposes
This application is deployed in Docker using the following docker-compose.yml:
services:
backend:
image: nobugsme/nbank:with_username_error_fix
ports:
- "4111:4111"
frontend:
image: nobugsme/nbank-ui:with_nginx
ports:
- "80:80"
depends_on:
- backend