Skip to content

shivani-roy/E-Commerce-API

Repository files navigation

E-Commerce API

Node Express Mongo DB

Description

  • Backend for E-commerce Website
  • Refer to the API Docs here

Clone this Project

https://github.com/shivani-roy/E-Commerce-API.git

  • Install dependencies using npm install
  • Run the application on http://localhost:5000 using npm run dev
  • Setup .env variables for database and jwt connection
  • Test the API endpoints using Postman