Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 314 Bytes

posts-management

To run the application, please follow the below steps:

  1. Create .env file under route folder PORT = 15001 MONGO_URL = mongodb://127.0.0.1:37017/postDB
  2. Install all the dependencies npm install
  3. Start the application using npm start (for production) npm start-dev (for dev)