QuickEat is a full-stack food delivery web application built using the MERN stack
(React.js, Node.js, Express.js, MongoDB) with a secure login system,
a powerful admin dashboard, and Stripe integration for mock payments.
- Browse menu & categories
- Add items to cart & place orders
- Checkout with Stripe (test mode)
- Register & login securely (JWT)
- Manage food items (CRUD)
- View & manage orders
- Manage users
| Layer | Tech Used |
|---|---|
| Frontend | React.js, Tailwind CSS |
| Backend | Node.js, Express.js |
| Database | MongoDB (Mongoose) |
| Auth | JWT, bcrypt |
| Payments | Stripe (Test mode) |
| Admin Panel | Custom with protected routes |