A full-stack Sweet Shop Management System built using React, Node.js, Express, and MongoDB.
- User & Admin authentication
- Admin can add, update, delete, restock sweets
- Users can view and purchase sweets
- Role-based access control
- Frontend: React (Vite)
- Backend: Node.js, Express
- Database: MongoDB
- Auth: JWT
cd backend npm install npm run dev
cd frontend npm install npm run dev
APIs tested manually using Postman.
I used ChatGPT as an AI assistant to:
- Generate initial boilerplate code
- Debug backend and frontend issues
- Improve UI structure and API integration
AI helped speed up development and problem-solving while I reviewed and customized the code.