Go to file
Obaida Albaroudi 7c8a59ac99 Added .replit
Lockfile
Readme
2020-07-24 17:59:12 +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
.replit Added .replit 2020-07-24 17:59:12 +09:00
assertion-analyser.js Initial commit from Gomix. 2017-02-18 19:21:34 +00:00
package-lock.json Added .replit 2020-07-24 17:59:12 +09:00
package.json Added .replit 2020-07-24 17:59:12 +09:00
README.md Added .replit 2020-07-24 17:59:12 +09: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

Run on Repl.it 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