Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 400 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 400 Bytes

To start the project in your local machine, follow these steps.

Adding Credentials in .env file.

MONGO_URI = "PASTE YOUR MONGODB URI"
PORT = "SPECIFY PORT(default 8080) WHERE YOU WANT TO START"

Running the server.

  1. Install the packages.
npm install
  1. Start server in dev mode
npm run dev
  1. For production mode, start with below command
npm start