Antony Judu
This is a full-stack ecommerce web application I built from scratch using the MERN stack.
It demonstrates my ability to design and implement a scalable, production-ready shopping platform with authentication, payments, and admin management.
- Users can browse products, add to cart, checkout, and pay securely.
- Built an Admin Dashboard to manage products, orders, and view transactions.
- Integrated Stripe and Razorpay payment gateways (with test/demo mode).
- Deployed Frontend on Vercel and Backend on Render with a connected MongoDB Atlas database.
- Secured with JWT Authentication and role-based access control.
This project highlights my skills in React, Node.js, Express, MongoDB, TailwindCSS, authentication, and payment integration.
Frontend
- React (Vite)
- TailwindCSS
- React Router
- Axios
Backend
- Node.js + Express
- MongoDB Atlas
- JWT Authentication
- Cloudinary (for image uploads)
- Stripe & Razorpay (payment gateway integration)
Deployment
- Frontend → Vercel
- Backend → Render
- Database → MongoDB Atlas
✅ User Features
- Sign up / Login (JWT authentication)
- Browse products with filters
- Add to cart, update quantities
- Place orders with COD, Stripe, Razorpay
- Track orders in "My Orders" section
✅ Admin Features
- Secure admin login
- Add / edit / delete products
- View all orders & update status
- Manage inventory
✅ Other Features
- Cloudinary image upload
- Protected API routes
- Responsive UI for mobile & desktop
- Deployed full-stack with CORS handling
- Frontend (User + Admin): Ecommerce Dress Shop - Live
- Backend API: Ecommerce API - Live
Clone the repo and install dependencies:
git clone https://github.com/your-username/ecommerce-app.git
cd ecommerce-app🏠 Home Page
👗 Collection Page
🛒 Cart Page
🔐 Admin Dashboard
MIT License
Copyright (c) 2025 Antony Judu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.