Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 713 Bytes

Node.js Express + MySQL vulnerable boilerplate project

demo_image

[DEMO]

The sourcecode is referenced from https://codeshack.io/basic-login-system-nodejs-express-mysql/

Setup

All you need to do is to run docker-compose and check your http://localhost:3000/

Tested on Ubuntu Focal / Bionic.

$ docker-compose up --build -d

Explanation / Demonstration Methods