Skip to content

TIVMOF/pi-online-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online mobile bank app for Proper Invest Bank

The repository includes:

  1. The UI of the app
  2. The app
  3. The server part of the app
  4. Some additional data for the app

Model

Application

Build

docker build -t pi-bank-backend .

PULL

docker pull ghcr.io/tivmof/pi-bank-backend:latest

Run

docker run --name online_bank -d -p 8080:8080 ghcr.io/tivmof/pi-bank-backend:latest

Clean

docker rm bank-backend