-
Clone the repository:
$ git clone https://github.com/hdiv/insecure-bank-js.git
-
Run the application using express:
$ npm install $ npm run start
-
You can then access the bank application here: http://localhost:3000
Run the insecure-bank application with Docker.
$ docker build -t insecure-bank .
$ docker run -p 3000:3000 -d --name insecure-bank-app insecure-bank
$ docker logs insecure-bank-app
Open the application in > http://localhost:3000
- Username: john
- Password: test