Skip to content

An image repository. It's all about an images. Register -> upload an image and do little editing. Powered with Sharp library. The main fiture server side image editor

Notifications You must be signed in to change notification settings

DiLiubarets/Shopify-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An image repository

Shopify challenge

Its all about an image

Live DEMO

What it should look like

About image

Setup

  • All the Code required to get started

Clone

  • Clone this repo to your local machine

Setup

install npm packages

Before it works, you'll need to specify the authentication required by MongoDB, as well as Passport. Create a file src/config/keys.js with the following contents:

const keys = {
    secretOrKey: "password", #key used for authentication
    dbName: "dbname",
    MONGODB_URI: "mongodb+srv://<username>:<password>@cluster0.t7tmk.mongodb.net/<dbName>?retryWrites=true&w=majority"
  };

module.exports = keys;

$ npm install
$ npm run dev

Contributing

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/DiLiubarets/Shopify-challenge

Step 2

  • HACK AWAY! 🔨🔨🔨

Questions

Want to know more? Look up on GitHub.

My Email dina.liubarets@gmail.com

About

An image repository. It's all about an images. Register -> upload an image and do little editing. Powered with Sharp library. The main fiture server side image editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published