/Table4U

Restaurant reservation booking application

Primary LanguageTypeScript

Table 4 U

Table 4 U is a restaurant reservation booking application which allows users to search area restaurants by location, price and cuisine. Peruse the menu and read reviews. Once you find the restaurant you like, check availability and book a table.

This is a Next.js project bootstrapped with create-next-app. Using Tailwinds and PostgreSQL with Supabase(for now). Later versions will be hosted on AWS with an AWSRDS instance.

Fixes

  • Dynamic Metadata in /restaurant/[slug] route
Getting Started

First, run the development server:

npm run dev
# or
yarn dev