To run the application, please follow the below steps:
- Create .env file under route folder PORT = 15001 MONGO_URL = mongodb://127.0.0.1:37017/postDB
- Install all the dependencies npm install
- Start the application using npm start (for production) npm start-dev (for dev)