Skip to content

ShreyasDutt/FoodFleet

Repository files navigation

FoodFleet

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.

Features

  • User Authentication
  • Browse and search for food items
  • Add items to cart and place orders

Getting Started

Frontend

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

Backend

  1. Navigate to the backend directory:
    cd backend
  2. Install dependencies:
    npm install
  3. Start the backend server:
    npm run dev

Tech Stack

  • Frontend: React, Vite
  • Backend: Node.js, Express
  • Database: MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages