Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 679 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 679 Bytes

Test_Project_API

Test_Project_API is an API service that fetches a list of consumer products.

Technologies

  • NodeJS
  • Express
  • Babel
  • Helmet
  • Cors
  • Node-cache
  • Body-parser

Requirements and Installation

To run this project you would need to have installed:

  • NodeJs
  • Git

Project setup:

$ git clone https://github.com/kleva-j/Test_Project_API.git
$ cd Test_Project_API
$ npm install
$ npm run start:dev

Endpoints


  • To list all products
GET /products
  • To search for a single product
GET /products/:{productId}

License

Test_Product_API is MIT licensed.