Skip to content

eslcc/tripchange

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published