This is Car App website built with Laravel 8. Registered and Authenticated Users can Add Information about Cars. THey can also add several Car Models to a Particular Car Company.
- Clone this Repository
- cd to /car-app
composer install
- create .env file and set up the database
php artisan migrate
php artisan db:seed
php artisan serve