Skip to content

Dev-Puneet-V/formsandimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple file upload is a demo application that demostrates the Multiple file upload feature.

Prerequisite

  1. Node.js
  2. Cloudinary account

Setup

  1. Install npm packages

     npm install
     npm install -D nodemon
    
  2. Create .env file

     touch .env
    
  3. Populate .env file with the following keys and corresponding values

    PORT=4000
    CLOUDINARY_CLOUD_NAME=
    CLOUDINARY_API_KEY=
    CLOUDINARY_API_secret=
    CLOUDINARY_URL=

Run the application

    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published