Go to file
Kate 8a7f865c59 Update index.html
Both PUT and DELETE forms had the same id "testForm2", and DELETE form didn't work because of that; I changed it to "testForm3", now everything works like it's supposed to.
2020-07-24 17:57:17 +09:00
public Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
routes Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
tests fix spelling error 2019-03-01 14:27:39 -06:00
views Update index.html 2020-07-24 17:57:17 +09:00
.bashrc Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
.gitconfig Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
.hyperdev-assets Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
.profile Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
assertion-analyser.js Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
package.json Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
README.md Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
server.js Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
test-runner.js Initial commit from Gomix. 2017-02-18 19:21:34 +00:00

FreeCodeCamp- Information Security and Quality Assurance

Project Issue Tracker

  1. SET NODE_ENV to test without quotes and set DB to your mongo connection string in .env file
  2. Complete the project in routes/api.js or by creating a handler/controller
  3. You will add any security features to server.js
  4. You will create all of the functional tests in tests/2_functional-tests.js