Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 617 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 617 Bytes

Tripchange

Setup

  1. Install PHP, MySQL, Composer, yarn.
  2. git clone https://github.com/eslcc/tripchange
  3. Create a local MySQL database
  4. Copy .env.example to .env and put in settings
  • Go to https://apps.dev.microsoft.com, create an app, put its ID as GRAPH_KEY, click "Create Password" and put the password in as GRAPH_SECRET. Click "Add Platform", select Web, and paste the GRAPH_REDIRECT from .env in the "Redirect URL" field.
  • Insert the MySQL username, password, and database name in .env
  1. yarn && yarn run dev
  2. composer install
  3. php artisan migrate
  4. php artisan serve