Skip to content

ManeeshD07/Micorservices-ESA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published