https://github.com/abe312/metric-imperial-converter
express app for unit conversion, helmet for preventing various attacks, chai for testing
https://github.com/abe312/metric-imperial-converter
chai-http cors express helmet mocha mongodb
Last synced: 2 months ago
JSON representation
express app for unit conversion, helmet for preventing various attacks, chai for testing
- Host: GitHub
- URL: https://github.com/abe312/metric-imperial-converter
- Owner: abe312
- Created: 2019-10-14T11:38:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T10:05:11.000Z (over 4 years ago)
- Last Synced: 2025-01-23T19:38:52.953Z (4 months ago)
- Topics: chai-http, cors, express, helmet, mocha, mongodb
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## check it out here [https://abe312-metric-imperial-converter.glitch.me/](https://abe312-metric-imperial-converter.glitch.me/)
---
## **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`