Skip to content

TroTeen-s/Application-WEB

Repository files navigation

About Project

WEB application that offers electronic scooter management services in Lyon with diversified offers, able to meet all kinds of requests!

Retrieve the project

  git clone <project>
  cd <projectname>

Install the project dependencies from composer

  composer install

Install NPM dependencies

  npm i

Create a copy of your .env file

REQUIRED : Stripe KEY : STRIPE_PRIVATE

REQUIRED : Config localhost database

  cp .env.example .env

Generate your encryption key

  php artisan key:generate

Some clear

php artisan optimize

Add the tables and contents of your database with migrations or in SQL

Config .env with access of your database. Then

php artisan migrate:fresh --seed

Start the project, open 2 terminals

php artisan serve
npm run watch

About

Electric Scooter WEB APP - React / Node / Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •