Skip to content

A Photo gallery app using Nodejs, Mongodb, Multer and cloudinary

Notifications You must be signed in to change notification settings

FaztWeb/nodejs_cloudinary_photo_gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs & Clodinary Gallery Photos Example

Installation

  1. navigate to the project folder
  2. install dependencies: npm install
  3. define your environment variables:
    • PORT=4000
    • MONGODB_URI=mongodb://localhost/cloudinary_test_db
    • CLOUDINARY_CLOUD_NAME=
    • CLOUDINARY_API_KEY=
    • CLOUDINARY_API_SECRET=
  4. start with npm start or npm run dev

About

A Photo gallery app using Nodejs, Mongodb, Multer and cloudinary

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published