Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.39 KB

E-commerce microservice api

An e-commerce microservice api which has the following features:

  1. Get list of available products
  2. Get products in a users cart
  3. Put products in a users cart

Pre-requisites

  1. System packages: nodejs, npm
  2. npm packages: express, request, body-parser

Installation :

  1. Clone into the working repository

    git clone https://github.com/ManeeshD07/Micorservices-ESA.git

  2. Install the necessary npm packages and dependencies

    npm install express request body-parser --save

Running the build :

  1. To start the server run :

    node server.js

  2. On the client side you can choose out of three possible test cases: