This project is about performing CRUD (create, read, update, delete) operations with images using Nodejs, Express, Multer and MongoDB. This project used Cloudinary to store the images. The image id is stored on user object and maintaining relation between mongo and Cloudinary
- NodeJs
- Mongo DB
- Cloudinary account
- Any API testing application (Postman/ ThunderClient on VSCode)
- Run
npm install
on the project directory - Add
.env
file and add the fields from.env.sample
- Run
npm start
- Access the application at
http://localhost:8080
- Port can be changed based on your.env
properties.