// Setup Database at MongoDB
Create a .env file to store your credentials. Example below:
MONGODB_URI=mongodb+srv://<username>:<password>@clusterName.xxxxxxx.mongodb.net/blog
JWT_SECRET=jwtsecret
// npm install - to install dependencies // npm run start - start server (or) npm run dev - start server as dev mode