git clone https://github.com/Elangosurya1998/cart.git
cd backend
composer update
or
composer update --ignore-platform-reqs
copy .env.example .env
php artisan key:generate
php artisan migrate
or
php artisan migrate --seed
php artisan serve
or
php artisan serve --port=9000 // with port