Skip to content

rasouza/diary-core-php

Repository files navigation

Diary API

Codeship Status for rasouza/diary-api-php

This API is part of the Diary Angular frontend used to log all activity from my #100DaysOfCode challenge. More info on Diary repository.

Libraries

  • Laravel 5.4
  • Socialite

Installation

  • git clone
  • composer install
  • Change .env accordingly
  • php artisan key:generate
  • php artisan migrate:install
  • php artisan migrate