01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
Sports Equipment E-Commerce Platform is a full-stack MERN web application designed for online sports equipment shopping. Customers can browse sports products, search gear, view category-wise products, open product detail pages, add products to cart, update quantities, checkout using Cash on Delivery, track orders, and manage their profile. The system uses a client-side cart stored in localStorage and saves confirmed orders as booking documents in MongoDB.
The project includes a dedicated Admin Panel where admins can manage dashboard statistics, categories, products, orders, and users. Admin can create, update, delete, and search categories and products, update order status, delete orders, view order details, manage users, edit user roles, and prevent self-deletion for admin safety.
This project is suitable for B.Tech, M.Tech, BCA, MCA, BE, ME, BSc, and MSc students who need a practical final year project, major project, or minor project based on sports e-commerce, online shopping, cart management, COD checkout, order management, admin dashboard, MERN stack development, JWT authentication, MongoDB database design, and REST API implementation. FileMakr can provide this project with source code, project report, documentation, and setup support for academic submission.
| Field | Value |
|---|---|
[email protected] |
|
| Password | Admin@123 |
Password for all demo users:
User@123
| Name | |
|---|---|
| Demo User | [email protected] |
| John Doe | [email protected] |
| Priya Sharma | [email protected] |
| Arjun Patel | [email protected] |
The admin panel includes dashboard, categories CRUD, products CRUD, orders management, and users management.
The storefront includes landing page, authentication, product discovery, cart, checkout, order history, and profile modules.
The technology stack includes React, Vite, React Router, Tailwind CSS, Axios, Context API, Node.js, Express, MongoDB, Mongoose, JWT, bcryptjs, and CORS.
| Layer | Technology |
|---|---|
| Frontend | React 18 |
| Build Tool | Vite 5 |
| Routing | React Router 6 |
| Styling | Tailwind CSS 3 |
| API Client | Axios |
| State Management | Context API |
| Backend | Node.js, Express 4 |
| Database | MongoDB |
| ODM | Mongoose 8 |
| Authentication | JWT |
| Password Security | bcryptjs |
| Middleware | CORS |
| Roles | User, Admin |
| Cart Storage | localStorage |
| API Style | REST API |
Create backend/.env:
PORT=5000
MONGODB_URI=mongodb://localhost:27017/sports_ecommerce
JWT_SECRET=your_super_secret_jwt_key
ADMIN_PASSWORD=Admin@123
CLIENT_URL=http://localhost:5173,http://localhost:5174
Optional frontend .env:
VITE_API_BASE=http://localhost:5000/api
The backend environment includes port, MongoDB URI, JWT secret, admin credentials, and allowed frontend origins.
mongod
cd backend
npm install
npm run dev
Backend starts at:
http://localhost:5000
Open a separate terminal:
cd backend
npm run seed
The seed command creates the admin account, demo users, 5 categories, 24 products, and 8 sample orders.
cd frontend
npm install
npm run dev
Frontend starts at:
http://localhost:5173
Admin panel:
http://localhost:5173/admin
The project runs backend on port 5000 and frontend on port 5173.
Running npm run seed inserts:
| Data | Count |
|---|---|
| Categories | 5 |
| Products | 24 |
| Demo Users | 4 |
| Sample Orders | 8 |
| Admin | 1 |
Categories include:
The seed command resets categories, products, demo users, and orders each time, while preserving the admin account if it already exists
| Field | Value |
|---|---|
[email protected] |
|
| Password | Admin@123 |
Password for all demo users:
User@123
| Name | |
|---|---|
| Demo User | [email protected] |
| John Doe | [email protected] |
| Priya Sharma | [email protected] |
| Arjun Patel | [email protected] |