- Clone the repository:
git clone https://github.com/your-username/project-name.git - Install dependencies:
npm install - Set up environment variables (if necessary):
- Copy the
.env.examplefile to.envand fill in the required values.
- Copy the
- Start the server:
npm start
- "bcrypt": "^5.1.1",
- "cloudinary": "^2.4.0",
- "cookie-parser": "^1.4.6",
- "cors": "^2.8.5",
- "dotenv": "^16.4.5",
- "express": "^4.19.2",
- "jsonwebtoken": "^9.0.2",
- "mongoose": "^8.5.4",
- "mongoose-aggregate-paginate-v2": "^1.1.2",
- "multer": "^1.4.5-lts.1"
- Make a request to the API endpoint.
- Receive a response with the desired data.