- Car Marketplace , buy and sell used cars
- Login to list your car for sale
- Login to see detailed listings
- Search desired car (desired mileage , brand , type , etc.)
- Profile Section : update name , email , password and delete account
- Manage Listings : See your listing/s where u can edit or delete them
git clone git@github.com:lisshporta/carGarage.git
cp .env.example .envcomposer installphp artisan key:generate- ↑ generate application key
php artisan storage:linkphp artisan migrate - ↑ type yes to create db
php artisan db:seed- ↑ this will seed the db
php artisan serve- ↑ to run the application