https://github.com/timhagn/th-fcc-metimp
fCC - Information Security and Quality Assurance Projects - Metric-Imperial Converter
https://github.com/timhagn/th-fcc-metimp
Last synced: about 2 months ago
JSON representation
fCC - Information Security and Quality Assurance Projects - Metric-Imperial Converter
- Host: GitHub
- URL: https://github.com/timhagn/th-fcc-metimp
- Owner: timhagn
- Created: 2018-10-11T11:39:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T14:43:02.000Z (over 6 years ago)
- Last Synced: 2025-02-13T20:18:27.185Z (3 months ago)
- Language: JavaScript
- Homepage: https://th-fcc-metimp.glitch.me/
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**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`