https://github.com/libercosoft/metric-imp-converter
A simple back-end converter project
https://github.com/libercosoft/metric-imp-converter
Last synced: 10 months ago
JSON representation
A simple back-end converter project
- Host: GitHub
- URL: https://github.com/libercosoft/metric-imp-converter
- Owner: LIBERCOSOFT
- Created: 2020-05-01T10:54:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T10:57:22.000Z (about 6 years ago)
- Last Synced: 2025-01-18T14:49:47.128Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 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`