- Run docker-compose build
- Run docker-compose up -d
If is wanted to run without docker
- Copy .env.example and paste it with the name .env
- Replace for the right values. It is recommended to use MySQL or Postgres
- composer install
- npm run dev
- php artisan db:seed
- php artisan serve
- Check the site on localhost:8000