This is a DEMO simple banking application that allows users to create accounts, deposit, withdraw and transfer funds between accounts.
To pull the docker image, run the following command and run manually on your machine
docker run -p 80:80 chineduogada/ogada-swift-banking-frontend:1
OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST
- Install the following on your machine
- Start Docker-Desktop on your machine
- Clone the repository
git clone https://github.com/stanleyogada/OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST-DOCKER.git
- Navigate to the root directory of the project
cd OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST-DOCKER
- Run the following command to start the application
docker-compose up
-
Open your browser and navigate to
http://localhost
-
While in the browser, click on the first option to sign in as a test user
-
To stop the application, run the following command
[ctrl + c]
docker-compose down