Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.36 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.36 KB

Restaurant

Restaurant Website is learn the basics of website functionality and internal data communication using ReactJS TailwindCSS Redux Toolkit for the client and NodeJS for the server, Use Supabase Database to get or store Data.

Demolive_Restaurant.mp4

🌈 Live Demo

Restaurant

🌏 Features

  • Show user information.
  • Authentication system.
  • Access control by API.
  • Use Supabase Database to get or store data.
  • Token for authentication before making a transaction.
  • Show quantity food menu in cart and sub total.
  • Can increase or decrease the number of food items.

🔥 Technologyies Used

Frontend :

  • ReactJS
  • Axios
  • Slick
  • TailwindCSS
  • Redux Toolkit

Backend :

  • NodeJS
  • ExpressJS
  • Supabase

👽 Installation

  1. Clone this repository :
https://github.com/SupakunZ/Restaurant-Website.git
  1. Navigate to the project folder and install dependencies :
cd Restaurant-Website
npm install
  1. Launch the application in development mode :
npm run dev