Welcome to the Hunger Cafe Website project! This is a full-stack application developed using Next.js, Express, Node.js, and MongoDB. Users can choose their favorite fast food from the website, add them to the cart, and order directly. A payment system using Stripe, along with JWT-based authentication (login, signup), will be integrated.
- User Authentication (Login/Signup) using JWT
- Browse and search for fast food items
- Add items to the cart
- Place orders directly from the website
- Admin panel for managing products and orders (future feature)
- Payment integration using Stripe (future feature)
- Frontend: Next.js, React
- Backend: Express, Node.js
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
- Payment: Stripe (to be integrated)