- Install PHP, MySQL, Composer, yarn.
git clone https://github.com/eslcc/tripchange
- Create a local MySQL database
- 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
yarn && yarn run dev
composer install
php artisan migrate
php artisan serve