Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinayak700/shopify

An Ecommerce store app with MERN Stack & Cloudinary.
https://github.com/vinayak700/shopify

cloudinary express mongodb nodejs react redux

Last synced: 3 days ago
JSON representation

An Ecommerce store app with MERN Stack & Cloudinary.

Awesome Lists containing this project

README

        

# 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`