/FCC-Metric-Imperial-Converter

A end of module project for the Quality Assurance Certification from Free Code Camp

Primary LanguageJavaScript

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

Run on Repl.it

  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