vinayak700 / Shopify

An Ecommerce store app with MERN Stack & Cloudinary.
https://shopify02.netlify.app/
1 stars 0 forks source link
cloudinary express mongodb nodejs react redux

E-Commerce MERN Stack

Source

client - https://shopify02.netlify.app/ server - https://shopify-1fkb.onrender.com

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

NPM / Yarn and Node.js installed

.env

In the server > .env file, you can find some information. Please use your own API key for future use, as this key may not work in the future.

BRAINTREE_MERCHANT_ID=your_id
BRAINTREE_PUBLIC_KEY=your_public_key
BRAINTREE_PRIVATE_KEY=your_private_key
DATABASE=_Your_MONGODB_URI

Installing

Installing NPM modules on both client and server folders

Execute these commands from the project directory

cd client && npm install
cd server && npm install

Running the app

Open a terminal on server directory

npm run start:dev

and open another terminal on client directory

npm run start

Access the web app at http://localhost:3000/

Build with 💛 by Vinayak Gupta