Fish and Chips Website

Project Description
A Laravel food ordering website that utilises packages, such as Jetstream and Tailwind.
Features
Customer side:
- Make order
- View active orders
- 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
- Clone the respository
git clone https://github.com/g-mei/Fish-and-Chips-Project.git
- Install the composer packages
composer install
- Copy the environment file and edit it accordingly
cp .env.example .env
- Generate an application key
php artisan key:generate
- Create the database by migrating and adding the seeders
php artisan migrate --seed
- Link the storage folder to public
php artisan storage:link
- Run the npm command and compile all the assets
npm install
- Run the application server and see the website live
php artisan serve
Login Details
Admin Details
Email: [email protected]
Password: admin
Customer Details
Email: [email protected]
Password: password