Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 553 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 553 Bytes

Project Setup

  1. Clone .env file and setup the settings
cp .env.example .env
  1. Install dependencies
composer install
  1. Setup passport
php artisan passport:install && \
php artisan key:generate &&
  1. Start development containers
make sail_start
  1. Generate Api Key to be able to consume backend
make apikey_generate name=apikeynamelowercase
  1. Run migrations
make migrate
  1. Run initial data seeder
make initial_seed

Notes:

See Makefile for more shortcuts