Skip to content

FCC/contours-api-node

This branch is 1 commit ahead of dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

584bbf6 · Dec 10, 2022
Feb 3, 2021
Mar 9, 2017
Feb 3, 2021
Dec 21, 2020
Sep 10, 2018
Aug 31, 2020
Aug 29, 2016
Aug 24, 2020
Dec 20, 2016
May 21, 2021
Dec 10, 2022
Dec 10, 2022

Repository files navigation

Contours API (Node.JS)

System Requirements: Node.JS v4

Local Setup

  1. Clone the repository.

  2. Copy the .env file from the K drive (K:\Projects\Contours\env) into the root of your cloned repository.

  3. Install node modules.

    npm install
    
  4. Test the app.

    npm test
    
  5. Build the docs (HTML, LESS/CSS, JS).

    Development

    grunt
    

    Production

    grunt build:release
    
  6. Run the app.

    npm start
    

Project Info

Contours JIRA Project

Application Info

Contours APPINFO Page