Skip to content

GitScrum is a project to helps developer team. Git+Scrum = Team More Productive

License

Notifications You must be signed in to change notification settings

profbaco/GitScrum

 
 

Repository files navigation

Laravel GitScrum

GitScrum is a Laravel 5.3 application to helps teams use Git version control and the Scrum framework in the support for day-to-day task management.

Instalation

Fork the GitScrum

Make a fork and after clone the git repository

git clone [email protected]/xxxxxxx/xxx.git

Go to the project folder

cd GitScrum

Update composer

composer update

GitHub

First, create a new github app, visit GitHub's New OAuth Application page, fill out the form, and grab your client ID, secret and callback URL.

Application name: gitscrum
Homepage URL: URL
Application description: gitscrum
Authorization callback URL: http://URL/auth/github/callback

Finally fill the informations in the .env file

GITHUB_CLIENT_ID=XXXXX
GITHUB_CLIENT_SECRET=XXXXXXXXXXXXXXXXXX

Database

Fill the information in the .env file

DB_CONNECTION=mysql
DB_HOST=XXXXXX
DB_PORT=3306
DB_DATABASE=XXXXX
DB_USERNAME=XXXX
DB_PASSWORD=XXXXX

and after run the command

php artisan migrate --seed

Screenshot 1 27 tables

Screnshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Screenshot 6

License

The GitScrum is licensed under the GPL v3 license.

Do you need help?

Renato Marinho: Facebook: https://www.facebook.com/renato.marinho / LinkedIn: https://pt.linkedin.com/in/renatomarinho13 / Skype: renatomarinho13

About

GitScrum is a project to helps developer team. Git+Scrum = Team More Productive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • CSS 26.3%
  • PHP 12.5%
  • HTML 6.0%