MERN Stack powered E-commerce App with PayPal and Credit Card Payment along with Admin Dashboard |
Live demo : Click here
- React Hooks
- MongoDB
- Node
- Express
- Bootstrap
- Braintree Payment Gateway
- JSON Web Token
- Heroku
- Postman
- Search products based on particular category or simply by name
- Advanced filtering based on category and price range
- Two entire different experience for Users and Admin
- Checkout with Credit card and PayPal
- Clone this repo for the frontend part and for the backend, Clone the repo from here
- For the Ecommerce backend, in .env file, replace DATABASE with your own MongoDB URL and replace all BRAINTREE credentials with your own credentials, you can get those credentials by signing up for new PayPal developer sandbox account
- Open up two terminals and go where you download these repos and run
npm install
for both repos - Run
npm start
in both terminals