/HRIS-API

Primary LanguageJavaScript

Installation

  1. Download the repository
  2. Install npm modules: npm install
  3. Install bower dependencies bower install
  4. Start up the server: node index.js
  5. View in browser at http://localhost:3000

NOTE

node index.js staging runs the staging environment of the API

node index.js production runs the staging environment of the API

node index.js or node index.js development runs the development environment of the API