Skip to content

Fleet-management system (bus-booking system) using Laravel v9.

Notifications You must be signed in to change notification settings

peterzaccha/fleet-management

Repository files navigation

Welcome to Fleet-management system!

This is a Laravel v9 project built using livewire for the admin dashboard, it users sanctum for api authentication and tailwind css for the ui.

Database

When you run the seeds you will find

Two Users

[email protected] (admin) [email protected] (api user) They both have the same password > P@ssword

All Egypt Cities (Governorates)

Two trips for testing purposes

enter image description here

Getting Stated

You can use docker to run this project

docker run -p 8000:8000 peterzaccha/fleet-management

Then you can access the dashboard here http://localhost:8000/login

Email : [email protected]
Password: P@ssw0rd

Or you can click here
Try in PWD

Or If you want to make your life difficult you can follow this steps First create a database and then run the bellow command

git clone https://github.com/peterzaccha/fleet-management
cd fleet-management
composer install
cp .env.example .env #don't forget to change the db configs
php artisan migrate --seed

License

MIT license.

About

Fleet-management system (bus-booking system) using Laravel v9.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published