Gidsss / SE-Enrollment-Module

Software Engineering Project - Enrollment Module
2 stars 0 forks source link

Instructions for usage #6

Closed Gidsss closed 5 months ago

Gidsss commented 10 months ago

Necessary files or steps

  1. Install composer. https://getcomposer.org/download/
  2. Install wkhtmltopdf. Link: https://wkhtmltopdf.org/downloads.html

Working

  1. run composer install
  2. run npm install
  3. adjust the app_key in the env file and generate your own using the php artisan key:generate
  4. php artisan migrate:fresh --seed <- for backend
  5. php artisan serve
  6. npm run dev - optional (will be used for tailwind & alpine JS)