Skip to content

Latest commit

 

History

History
206 lines (169 loc) · 5.31 KB

README.md

File metadata and controls

206 lines (169 loc) · 5.31 KB

FoodBooth

FoodBooth is a meal kit box, like zomato or swiggy sells food from restaurants, FoodBooth will sell the items required to make that dish in proper proportion, so that single user customers don't need to buy a whole bottle for table spoon of vinegar and like others.


FoodBooth User Dashboard

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/zabhitak/FoodBooth
  2. Install NPM packages

    npm install
  3. Enter your Google Signin API in .env

    GOOGLE_CLIENT_ID = 'ENTER YOUR API'
  4. Run the project on localhost

    Visit http://localhost:3000
    http://localhost:3000/admin

Features

FoodBooth can :

  • 🔐- User Authentication
  • 🛒- Cart Functionality
  • 👻- Admin Dashboard
  • ⚡- Realtime - Action Notifications
  • 📱- OTP Authentication
  • 💰- Stripe Payment Gateway Integration
  • ⭐- Realtime Status Update functionality using Sockets.
  • 📩- Email Sending On Register & Order Placement.
  • 🌎- Promotional Emails

Screenshots

Authentication

Sign In

Verify Account



Cart

Products

Comments

Add To Cart



Order

Payement

Current Order


Order History


Invoice



Admin

Dashboard

Products

Add Product

Product Detail


Order

Order Info


Feedbacks


Promotional Emails


TechStack


Contributors