- Install https://nodejs.org/en/
- Download archive from link provided
- Unzip file and cd into it
- run
npm install
node app.js
Visit http://localhost:8080 in your browser
mocha
docker-compose build
- Multiple users should be able to view the shared public todo list
- Should be able to add items
- Should be able to delete items
- Should be able to edit items (Missing feature)
- Must be able to deploy in docker (Missing feature)
- Add missing requirement #4 to the application
- Add sufficient test coverage to the application and update readme on howto run the tests
- Add missing requirement #5 to the application (Dockerfile and update readme with instructions)
- Display test coverage after tests are executed
- Find and fix the XSS vulnerability in the application. Also make sure that it wont happen again by including a test.
- Update the code as needed and document what you have done in the readme below
- Will be nice if you can git tag the tasks by number
Explain what you have done here and why...
1.I have added an edit method( get and post) 2.Installed and save inthe pacakage Mocha and Chai using npm for testing purposes.