A Laravel 5 web application that utilizes the Github API for authorization and reading user's repository info.
This application satisfies:
- User can authenticate with GitHub
- User can view a list of his/her GitHub repositories
- User can view a list of issues for each of his/her GitHub repositories
Laravel Components Used:
3rd Party Components Used:
- In the root directory, create an .env file (by copying the .env.example) and fill in the necessary globals GITHUB_CLIENT_ID, GITHUB_SECRET, GITHUB_URL with the values from the newly registered Github application.
- In the root directory, run the command php artisan key:generate
- In the root directory, run the command composer install
- In the root directory, run the command php artisan serve