FreeCodeCamp- Information Security and Quality Assurance
Introduction
This project was created to meet the requirements for the Information Security and Quality Assurance certification project one. The userstory requirements are listed in detail on the home page.
This project is currently hosted on heroku at Link to live site or https://free-code-camp-metric-convert.herokuapp.com/
Installation
To run this project locally clone the source files from GitHub at this link: Link to GitHub Files or https://github.com/Cmoconnor0823/FCC-Metric-Imperial-Converter
Once you have extracted the files cd into ../FCC-Metric-Imperial-Converter and enter npm start
Resources
Below is the original read me comments as well as links to videos that aided me in completing this project. I would like to give a big shout out to everyone on the FCC forums for all of your advice and suggestions in where to start with this project. Free Code Camp Project Instructions
Live stream of an earlier project version by Florin Pop
- 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