Conceptual Project for College Work (Like Uber) (Unfinished)
Project with Vue.Js and Laravel
cd client
yarn install
yarn run serve
yarn run build
yarn run lint
sudo systemctl start postgresql
cd server
composer install
php artisan migrate
cd server/public
php -S localhost:8000 -t public