Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 309 Bytes

To_Do_App - Shieldfy vulnerable demo app

A vulnerable Nodejs API, for testing purposes

Installation & Development

  1. clone the repo.
  2. Change to root directory.
  3. Install dependencies: npm install.
  4. create .env file
  5. copy .env.example and add youe .env values
  6. Start the app: node index.