Full-stack admin dashboard for quick commerce application.
- Admin authentication
- Dashboard with summary stats
- Product management (CRUD operations)
- Category management
- Shopkeeper and order listings
- Responsive design with Tailwind CSS
- Express backend API
- Navigate to server directory:
cd server
npm install
npm start