Deployed at https://easy-buy17.herokuapp.com/
An ecommerce store built with MERN stack. This ecommerce store enable three main implementations:
- Buyers browse the store products.
- Admin manage the store products.
- Payment integration using Paypal.
- Node.js
- Express.js
- ReactJS
- Redux
- MongoDB
This application is deployed on Heroku. Please check it out 😄 here.
- Clone the repo
git clone https://github.com/sagrawal9689/Easy-Buy.git
- Install NPM packages in main folder
cd Easy-Buy npm install
- Install NPM packages in frontend folder
cd frontend npm install
Create config.env file that include:
* MONGO_URI
* JWT_SECRET
* JWT_EXPIRES_IN
* NODE_ENV
* PAYPAL_CLIENT_ID