-
SET NODE_ENV to
test
without quotes -
Most logic will need done in
controllers/convertHandler.js
but do completeroutes/api.js
-
You will add any security features to
server.js
-
You will create all of the functional/unit tests in
tests/2_functional-tests.js
andtests/1_unit-tests.js
├── assertion-analyser.js
├── controllers
│ └── convertHandler.js
├── package.json
├── package-lock.json
├── public
│ ├── form.js
│ └── style.css
├── README.md
├── routes
│ ├── api.js
│ └── fcctesting.js
├── server.js
├── test-runner.js
├── tests
│ ├── 1_unit-tests.js
│ └── 2_functional-tests.js
└── views
└── index.html
This app is built by using express, node.js, html5, bootstrap