Git Interactions empowers all developers to follow team guidelines and best practices. Given the metrics, given the weaknesses and strengths of the team.
Run the following commands:
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan passport:install
npm run dev
You will need a GitHub access token, and provide it in the .env
GITHUB_ACCESS_TOKEN="secret_token"
If you want the reports to be run in background, you may need to set database as queue connection in the .env
file
QUEUE_CONNECTION=database
If you want to enable websocket server, you may need to set pusher as broadcast driver in the .env
file
BROADCAST_DRIVER=pusher
Open 3 terminals, and run
php artisan serve
php artisan websockets:serve
php artisan queue:work
Just throw a git repository url and start doing research.