Skip to content

Foodhouse is a fictional food delivery service built for my learning purposes. It's currently under development.

Notifications You must be signed in to change notification settings

Tati-Maria/foodhub

Repository files navigation

Foodhub - A food ordering app

Description

This is a food ordering website where users can order food from different restaurants. The website is built using NextJs framework and uses PostgreSQL as the database. The website is hosted on Vercel.

Features

  • Users can search for restaurants.
  • Users can leave a review for a restaurant.
  • Users can create an account and login to the website using Google, Facebook or Github.
  • Users can view different food items and add them to their cart.
  • Users can view their cart and remove items from their cart.
  • Restaurant owner can see all the orders placed for their restaurant.
  • Users can pay for their order using Stripe.(soon to be implemented)

Tech Stack

Stack: NextJs, React, Zustand, TailwindCSS and TypeScript. Authentication: NextAuth.js. Database: PostgreSQL. Payment: Stripe.(soon to be implemented)

Run Locally

Clone the project

  git clone

Go to the project directory

  cd foodhouse

Install dependencies

  npm install

Start the server

  npm run dev

About

Foodhouse is a fictional food delivery service built for my learning purposes. It's currently under development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published