Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vinayak700/shopify
- Owner: vinayak700
- Created: 2024-05-31T05:37:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T18:49:38.000Z (5 months ago)
- Last Synced: 2024-06-09T20:34:45.004Z (5 months ago)
- Topics: cloudinary, express, mongodb, nodejs, react, redux
- Language: CSS
- Homepage: https://shopify02.netlify.app/
- Size: 679 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`