Welcome to FoodTroop, a sleek, modern, and dark-themed full-stack application to manage restaurant menus and customer orders effortlessly.
- Dynamic menu display with categories, ingredients, and availability
- Seamless order placement and status tracking
- RESTful API backend with MongoDB
- Dark mode theme for a modern UI experience
- Easy deployment on Vercel (frontend) and Render (backend)
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Deployment: Vercel (frontend), Render (backend)
cd backend
npm install
npm run dev