Giter Site home page Giter Site logo

ahmedash95 / laravel-gitscrum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gitscrum-team/laravel-gitscrum

0.0 2.0 0.0 13.14 MB

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

License: GNU General Public License v3.0

PHP 40.29% JavaScript 0.75% ApacheConf 0.08% CSS 44.88% HTML 14.00%

laravel-gitscrum's Introduction

Laravel GitScrum

#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.

Build Status Scrutinizer Code Quality Total Downloads

Sprint Planning

Instalation

Create a project using Composer

It is very simple, run the command and enjoy

composer create-project renatomarinho/laravel-gitscrum --stability=dev --keep-vcs

Jump to GitHub Application and Database connection

Starting

Create 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 Application

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 (Same as APP_URL at .env)
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 connection

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

Use Docker

Containers to run GitScrum : php7, nginx and mysql57

Screnshots

Screenshot 0

Screenshot 1

Screenshot 2

Screenshot 3

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

Thanks

Laravel PHP Framework

Flat-UI

Chart.js

Date Range Picker for Bootstrap

and :) We love GitHub

laravel-gitscrum's People

Contributors

guilhermeof avatar marcosrjjunior avatar mckilleron avatar paulodealmeida avatar renatomarinho avatar willianmano avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.