Go to file
2017-06-10 23:24:33 -07:00
controllers Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
public Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
routes Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
tests Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
views Fix convertForm submit 2017-06-10 23:24:33 -07:00
.bashrc Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
.gitconfig Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
.hyperdev-assets Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
.profile Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
assertion-analyser.js Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
package.json Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
README.md Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
server.js Initial commit from Gomix. 2017-02-18 19:14:10 +00:00
test-runner.js Initial commit from Gomix. 2017-02-18 19:14:10 +00:00

FreeCodeCamp- Information Security and Quality Assurance

  1. SET NODE_ENV to test without quotes
  2. Most logic will need done in controllers/convertHandler.js but do complete routes/api.js
  3. You will add any security features to server.js
  4. You will create all of the functional/unit tests in tests/2_functional-tests.js and tests/1_unit-tests.js