To start the project in your local machine, follow these steps.
MONGO_URI = "PASTE YOUR MONGODB URI"
PORT = "SPECIFY PORT(default 8080) WHERE YOU WANT TO START"
- Install the packages.
npm install
- Start server in dev mode
npm run dev
- For production mode, start with below command
npm start