Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍔 Zubee – Online Food Delivery Website

Zubee is a responsive and user-friendly food delivery web application that allows users to browse restaurants, view menus, place online orders, and get food delivered to their doorstep.

Demo

Features

  • User Panel
  • Admin Panel
  • JWT Authentication
  • Password Hashing with Bcrypt
  • Stripe Payment Integration
  • Login/Signup
  • Logout
  • Add to Cart
  • Place Order
  • Order Management
  • Products Management
  • Filter Food Products
  • Login/Signup
  • Authenticated APIs
  • REST APIs
  • Role-Based Identification
  • Beautiful Alerts

Screenshots

- Hero Section! Hero)

- Products Section Products

- Cart Page Cart

- Login/signup Popup  Login/signup Popup

- Admin Panel Admin Panel

-Admin Order Control Admin Order Control

Run Locally

Go to the project directory

    cd Food-Delivery-main

Install dependencies (frontend)

    cd frontend
    npm install

Install dependencies (admin)

    cd admin
    npm install

Install dependencies (backend)

    cd backend
    npm install

Setup Environment Vaiables

  JWT_SECRET=YOUR_SECRET_TEXT
  SALT=YOUR_SALT_VALUE
  MONGO_URL=YOUR_DATABASE_URL
  STRIPE_SECRET_KEY=YOUR_KEY

Setup the Frontend and Backend URL

  • App.jsx in Admin folder const url = YOUR_BACKEND_URL

  • StoreContext.js in Frontend folder const url = YOUR_BACKEND_URL

  • orderController in Backend folder const frontend_url = YOUR_FRONTEND_URL

Start the Backend server

    nodemon server.js

Start the Frontend server

    npm start

Start the Backend server

    npm start

Tech Stack

Deployment

The application is deployed on Render.

Contributing

Contributions are always welcome! Just raise an issue, and we will discuss it.

About

Zubee is a responsive and user-friendly food delivery web application that allows users to browse restaurants, view menus, place online orders, and get food delivered to their doorstep.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages