- You must install nodejs from https://nodejs.org/en/
cd BSM-FE
- Run
npm install
in the extracted project folder to install all required dependencies => This will create a node_modules folder which is missing - Run
npm run serve
to bring up the development server, view the app at localhost:8080 (or whichever port is shown in your terminal) - 🤞🏼🤞🏼#Run
npm run lint
Lints and fixes files
- In your cli
cd BSM-BE
- Copy
.env.example
into.env
and runphp artisan key:generate
- Run
php artisan migrate
- Run
composer install
🤞🏼🤞🏼 Auth JWT🤞🏼🤞🏼 See more https://jwt-auth.readthedocs.io/en/develop/laravel-installation/.
- Run
php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider"
- Run
php artisan jwt:secret
- Run
php artisan serve