Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.39 KB

File metadata and controls

26 lines (20 loc) · 1.39 KB

Business systems manager - Laravel/VueJs

🤩 If you want to run this code, you need to follow these steps:

🟢 FrontEnd Using VueJs

  1. You must install nodejs from https://nodejs.org/en/
  2. cd BSM-FE
  3. Run npm install in the extracted project folder to install all required dependencies => This will create a node_modules folder which is missing
  4. Run npm run serve to bring up the development server, view the app at localhost:8080 (or whichever port is shown in your terminal)
  5. 🤞🏼🤞🏼#Run npm run lint Lints and fixes files

🔴 BackEnd Laravel

  1. In your cli cd BSM-BE
  2. Copy .env.example into .env and run php artisan key:generate
  3. Run php artisan migrate
  4. Run composer install

🤞🏼🤞🏼 Auth JWT🤞🏼🤞🏼 See more https://jwt-auth.readthedocs.io/en/develop/laravel-installation/.

  1. Run php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider"
  2. Run php artisan jwt:secret
  3. Run php artisan serve

⛔️ Change app_url to the correct laravel runing server url from BSM-FE\src\config\confilg.json