sachin-me / e_com_backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to run the project

1- clone the project using this github link

2- run npm install command to install the required packages.

3- add .env file to root of the project

  • It contains 3 fields
  • MONGO_URI (To create database connection)
  • PORT (App will run on given port)
  • SECRET (To autheticate user via jwt token)

4- run npm start to run the project.


App will run on http://localhost:9000*


About


Languages

Language:JavaScript 100.0%