1 2 3 4 5 6 7 8 9 10 11 12 13 14# 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 4. Start the app: `node index`.