Fish-and-Chips-Project Tailwind Templates

Fish And Chips Project

Food ordering website made with Laravel, Jetstream, and Tailwind

Fish and Chips Website

homepage of fish and chips

Project Description

A Laravel food ordering website that utilises packages, such as Jetstream and Tailwind.

Features

Customer side:

  • Make order
  • View active orders
    • View status of the order
  • View past orders

Admin side:

  • Menu management
    • Manage categories
    • Manage foods & packs
    • Manage orders, view order history

Requirements

  • Laravel 9
  • PHP 8.0.8
  • Composer v2.1.3

Installation

  1. Clone the respository
  2. git clone https://github.com/g-mei/Fish-and-Chips-Project.git
    
  3. Install the composer packages
  4. composer install
    
  5. Copy the environment file and edit it accordingly
  6. cp .env.example .env
    
  7. Generate an application key
  8. php artisan key:generate
    
  9. Create the database by migrating and adding the seeders
  10. php artisan migrate --seed
    
  11. Link the storage folder to public
  12. php artisan storage:link
    
  13. Run the npm command and compile all the assets
  14. npm install
    
  15. Run the application server and see the website live
  16. php artisan serve
    

Login Details

Admin Details

Email: [email protected]

Password: admin

Customer Details

Email: [email protected]

Password: password

Top categories

Loading Svelte Themes