๐Ÿ“ฆ 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
amr amr remove endpoints e16a43a 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ config
๐Ÿ“ controllers
๐Ÿ“ models
๐Ÿ“ routes
๐Ÿ“„ .env.example
๐Ÿ“„ .gitignore
๐Ÿ“„ index.js
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ 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.