- 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 [email protected]:lisshporta/carGarage.git
cp .env.example .env
composer install
php artisan key:generate
- ↑ generate application key
php artisan storage:link
php artisan migrate
- ↑ type yes to create db
php artisan db:seed
- ↑ this will seed the db
php artisan serve
- ↑ to run the application