Go to file
Obaida Albaroudi 553ccdf5fd Added .replit
Lockfile
Readme
2020-07-08 15:11:31 +00:00
controllers
public
routes
tests
views
.bashrc
.gitconfig
.hyperdev-assets
.profile
.replit Added .replit 2020-07-08 15:11:31 +00:00
assertion-analyser.js
package-lock.json Added .replit 2020-07-08 15:11:31 +00:00
package.json Added .replit 2020-07-08 15:11:31 +00:00
README.md Added .replit 2020-07-08 15:11:31 +00:00
server.js
test-runner.js

FreeCodeCamp- Information Security and Quality Assurance

Run on Repl.it

  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