Project is created with:
- nodejs version: 16.13.0
- express version: 4.17.1
- mongoose version: 5.11.17
- multer version: 1.4.4
- cloudinary version: 1.28.0
- Fork the repository
- Clone the repository
https://github.com/S-Rank-Coders/backend.git
- Open the folder containing the cloned repository
- Install the required packages, libraries and dependencies
npm install
- Custom API keys can be set up in a
.env
file. The format for.env
file can be found in.env.example
. - Start the project using:-
npm run dev
- Open http://localhost:3200/addImages/ to cloudnariy.