This is the backend API for the Restaurant App, built using Node.js, Express, and MongoDB to handle restaurant data, menu items, and cart management.
- 📌 CRUD operations for restaurants & menu
- 🛒 Cart functionality (Add/Remove items)
- 🗄️ MongoDB with Mongoose
- 🔗 RESTful API using Express
- 🔐 CORS & Middleware Support
- ⚡ Error Handling & Validation
- Node.js (Backend runtime)
- Express.js (Web framework)
- MongoDB & Mongoose (Database & ORM)
- CORS & Morgan (Middleware)
- Dotenv (Environment variables)