Test_Project_API is an API service that fetches a list of consumer products.
- NodeJS
- Express
- Babel
- Helmet
- Cors
- Node-cache
- Body-parser
To run this project you would need to have installed:
- NodeJs
- Git
$ git clone https://github.com/kleva-j/Test_Project_API.git
$ cd Test_Project_API
$ npm install
$ npm run start:dev
- To list all products
GET /products
- To search for a single product
GET /products/:{productId}
Test_Product_API is MIT licensed.