๐Ÿ“ฆ shieldfy / vulnerable-nodejs-project

Demo for vulnerable Nodejs project

โ˜… 12 stars โ‘‚ 30 forks ๐Ÿ‘ 12 watching
๐Ÿ“ฅ Clone https://github.com/shieldfy/vulnerable-nodejs-project.git
HTTPS git clone https://github.com/shieldfy/vulnerable-nodejs-project.git
SSH git clone git@github.com:shieldfy/vulnerable-nodejs-project.git
CLI gh repo clone shieldfy/vulnerable-nodejs-project
Loading files...
๐Ÿ“„ README.md

ToDoApp - Shieldfy vulnerable demo app

A vulnerable Nodejs API, for testing purposes

Installation & Development

  • clone the repo.
  • Change to root directory.
  • Install dependencies: npm install.
  • create .env file
  • copy .env.example and add youe .env values
  • Start the app: node index.