Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.54 KB

QUICK_TEST_WITH_DOCKER.MD

File metadata and controls

74 lines (46 loc) · 1.54 KB

OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST-DOCKER

Description

This is a DEMO simple banking application that allows users to create accounts, deposit, withdraw and transfer funds between accounts.

docker image page

Docker Image

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

REPO

OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST

Technologies

React Node Express PostgreSQL

Quick Test on your local machine

Prerequisites

  1. Install the following on your machine
  1. Start Docker-Desktop on your machine

Steps

  1. Clone the repository
git clone https://github.com/stanleyogada/OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST-DOCKER.git
  1. Navigate to the root directory of the project
cd OGADA-SWIFT-BANKING-FRONTEND-DEV-TEST-DOCKER
  1. Run the following command to start the application
docker-compose up
  1. Open your browser and navigate to http://localhost

  2. While in the browser, click on the first option to sign in as a test user sign in as a test user

  3. To stop the application, run the following command

[ctrl + c]
docker-compose down