Overview The aim of this assignment is to develop a better understanding of building web applications using simple Ajax techniques, PHP, and MySQL. It is assumed that have the knowledge and programming skills to work with PHP and MySQL PHP on the server, as learned in Assignment One and the first part of this course.
For This Version I Use Laravel Web Framework
Laravel is accessible, powerful, and provides tools required for large, robust applications.
git clone https://github.com/MiguelEmmara-ai/cabs-online.git cabs-online
cd cabs-online
cp .env.example .env
composer install OR composer update
php artisan key:generate
nano .env << Configure .env
After opning your .env file, change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
Then we can run
php artisan migrate:fresh
php artisan serve
CabsOnlineLaravel.MiguelEmmara.Me
- Book A Ride - This page allow the passengers to book their taxi
- Become A Driver - This page is for drivers to create their new account
- Login - Login drivers, check if the drivers is on the system
Full documentation can be found over on docscabs.miguelemmara.me.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Laravel framework app deployed on aws ec2
Copyright 2022. Code released under the MIT license.