Full-stack ecommerce web application using Node.js serving a REST API with React as the frontend.
- Admin Panel to create/update products, categories.
- Order status can be updated for each order as required.
- Search and Sort the orders based on Order Id and Order Date.
- Implemented Stripe payment gateway for online transactions.
- Interactive Dashboard for Admin to view their daily, monthly and yearly sales.
- Sort Products based on their category.
(in case you want to run the project locally)
REACT_APP_BACKEND= #BACKEND_URL
REACT_APP_FRONTEND= #FRONTEND_URL
REACT_APP_STRIPE_KEY= #YOUR_STRIPE_TEST_KEY