janmg / insecure-bank

sample web application insecure-bank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insecure Bank

Insecure-Bank

Running the application locally

  1. Clone the repository:

     $ git clone https://github.com/hdiv/insecure-bank.git
    
  2. Run the application using an embedded Tomcat:

     $ mvn clean package
     $ mvn cargo:run
    
  3. You can then access the bank application here: http://localhost:8080/insecure-bank/

Login credentials

  • username: john
  • password: test

About

sample web application insecure-bank


Languages

Language:JavaScript 71.8%Language:CSS 15.8%Language:Java 5.6%Language:SCSS 3.4%Language:Less 3.4%Language:Dockerfile 0.0%