WEB application that offers electronic scooter management services in Lyon with diversified offers, able to meet all kinds of requests!
git clone <project>
cd <projectname>
composer install
npm i
REQUIRED : Stripe KEY : STRIPE_PRIVATE
REQUIRED : Config localhost database
cp .env.example .env
php artisan key:generate
php artisan optimize
Config .env with access of your database. Then
php artisan migrate:fresh --seed
php artisan serve
npm run watch