You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Obaida Albaroudi 553ccdf5fd Added .replit
Lockfile
Readme
4 years ago
controllers Initial commit from Gomix. 7 years ago
public Initial commit from Gomix. 7 years ago
routes Initial commit from Gomix. 7 years ago
tests Initial commit from Gomix. 7 years ago
views Fix convertForm submit 7 years ago
.bashrc Initial commit from Gomix. 7 years ago
.gitconfig Initial commit from Gomix. 7 years ago
.hyperdev-assets Initial commit from Gomix. 7 years ago
.profile Initial commit from Gomix. 7 years ago
.replit Added .replit 4 years ago
README.md Added .replit 4 years ago
assertion-analyser.js Initial commit from Gomix. 7 years ago
package-lock.json Added .replit 4 years ago
package.json Added .replit 4 years ago
server.js Initial commit from Gomix. 7 years ago
test-runner.js Initial commit from Gomix. 7 years ago

README.md

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