Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Setting up the backed

Casper Bottelet edited this page Aug 1, 2017 · 2 revisions

The backend is an API written in Laravel

  • Insert project into empty folder / git clone https://github.com/Bottelet/ticket-conductor.git
  • Create an empty database table
  • Copy the .env.example to .env and insert the Database config
  • Run the following commands
  • composer install
    
  • php artisan migrate --seed
    
  • php artisan key:generate
    
  • php artisan passport:install (Save the second key to set up the front end)
    
  • php artisan serve
    
  • login in with these credentials Mail: [email protected] Password: admin
  • DONE

How to set up the front end

Clone this wiki locally