Skip to content

In this application I have tried to show case how to upload image to cloudinary and have a url for your image to be used or store in your database.

Notifications You must be signed in to change notification settings

inder231/Image-Upload-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Upload to cloudinary using multer

Short project description goes here.

Getting Started

Follow these steps to get started with the project.

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/Inder-Pal-github/Image-Upload-Backend.git

  2. Install dependencies:

  • cd project-name
  • npm install
  • npm i nodemon
  • Create a .env file in the root directory and configure the following environment variables:
CLOUDINARY_CLOUD_NAME=your-cloudinary-cloud-name
CLOUDINARY_API_KEY=your-cloudinary-api-key
CLOUDINARY_API_SECRET=your-cloudinary-api-secret

Start the development server:

nodemon index.js

The server should now be running on http://localhost:8080.

Frontend Repository

Find the frontend repository for this project here. LINK

Deployed Links

  • Frontend: LINK
  • Backend: LINK
  • Built With
    • Node.js
    • Express
    • CORS
    • dotenv
    • Nodemon
    • Multer
    • Cloudinary

Complete explaination video: Link

License

This project is licensed under the MIT License.

Do hit a like and feel free to fork the repo

About

In this application I have tried to show case how to upload image to cloudinary and have a url for your image to be used or store in your database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published