FoodFleet is a full-stack food delivery application built with React on the frontend and Node.js/Express on the backend. Users can browse food items, manage their carts, and place orders, while the backend handles API requests, authentication, and order processing.
- User Authentication
- Browse and search for food items
- Add items to cart and place orders
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm run dev
- Navigate to the backend directory:
cd backend - Install dependencies:
npm install
- Start the backend server:
npm run dev
- Frontend: React, Vite
- Backend: Node.js, Express
- Database: MongoDB