Skip to content

ackoDotDev/gitwrap_back

Repository files navigation

LARAVEL GITHUB WRAPPER APP

A simple laravel app for middle layer between github and react app

Instructions

Download or clone the repo.

Install dependencies

composer install

Create new project OAuth Apps in GitHub and set callback {front_url}/auth/github/callback

Copy .env and update values

  • FRONT_APP_URL
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GITHUB_CALLBACK ({front_url}/auth/github/callback)

Configure database and migrate table

php artisan migrate

Runs the development server for the apps.

php artisan serve --port=8000

Hit the url in the browser

APP_URL= http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published