Shopify challenge
Its all about an image
- All the Code required to get started
- Clone this repo to your local machine
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
To get started...
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/DiLiubarets/Shopify-challenge
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
Want to know more? Look up on GitHub.
My Email dina.liubarets@gmail.com