Step 1: Run below command to install all the packages
yarn install
Step 1: Create a mongoDB database and add mongoDB connection string to nodemon.json -> MONGODB_CONNECTION_STRING
Step 2: Run below command to start the server on localhost
yarn start:dev
Step 1: set NODE_ENV, PORT, MONGODB_CONNECTION_STRING in node environment while executing command to run server.
Step 1: Run below command
yarn test
Step 1: Run the server on local host and then go to browser and access below URL
http://localhost:3000/api-docs
Note: 3000 is port, so change it if you change the port
Step 1: Goto log folder. There datewise files for mixed/combined logs and errors.