Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.04 KB

readme.md

File metadata and controls

43 lines (27 loc) · 1.04 KB

CircleCI Coverage Status

AdvertiseIt

Description

AdvertiseIt is a platform that enables you to do social commerce

Technologies

  • Node.js
  • Express
  • Mocha/Chai
  • Eslint
  • Babel

API Link

Link

Documentation

Link

Installation

  • Ensure you have node 10.x.x installed.

  • Install node modules with the command

    • npm install
  • Start the API server with command

    • npm start
  • Start the API development server with command

    • npm run start:dev
  • Check API index with Postman

  • Run test with

    • npm test