Skip to content

A web app to crop and upload image to cloudinary using Angular and Jcrop. Contains local and social auth.

Notifications You must be signed in to change notification settings

arbazsiddiqui/Snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapshot

A web app to crop and upload images of 4 different size to cloudinary server.


Getting Started

  • Perform a clone of this repo git clone https://github.com/arbazsiddiqui/Snapshot
  • Install Mongodb on your system.
  • Install the required packages npm install
  • If you want social auth obtain your google and facebook ID's and secret's.
  • Get your cloudinary credentials.
  • Create a secret.js file in the main project folder :
module.exports = {
  googleClientID : 'googleClientID',
  googleClientSecret : 'googleClientSecret',
  facebookClientID : 'facebookClientID',
  facebookClientSecret : 'facebookClientSecret',
  sessionSecret : 'sessionSecret',
  cloudinaryCloudName : 'cloudinaryCloudName',
  cloudinaryApiKey : 'cloudinaryApiKey',
  cloudinaryApiSecret : 'cloudinaryApiSecret'
};

About

A web app to crop and upload image to cloudinary using Angular and Jcrop. Contains local and social auth.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages