Skip to content

prnv404/Ecommerce-backend

Repository files navigation

Ecommerce Backend

This is an ecommerce backend build with nodejs express and mongodb with all crud functionality

Server: Node, Express , Mongodb

Run Locally

Clone the project

  git clonehttps://github.com/prnv404/Edtech-backend.git

Go to the project directory

  cd Ecommerce-backend

Install dependencies

  npm install

Start the server in development mode

  npm run dev