Restaurant Website is learn the basics of website functionality and internal data communication using NextJS TailwindCSS Redux Toolkit for the client and NodeJS for the server, Use Supabase Database to get or store Data.
Demolive_Restaurant.mp4
- 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.
Frontend :
- NextJS
- Axios
- Slick
- TailwindCSS
- Redux Toolkit
Backend :
- NodeJS
- ExpressJS
Database :
- Redis
- Supabase
- Clone this repository :
https://github.com/SupakunZ/Restaurant-Website.git
- Navigate to the project folder and install dependencies :
cd Restaurant-Website
npm install
- Launch the application in development mode :
npm run dev