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 devYou 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=databaseIf you want to enable websocket server, you may need to set pusher as broadcast driver in the .env file
BROADCAST_DRIVER=pusherOpen 3 terminals, and run
php artisan servephp artisan websockets:servephp artisan queue:workJust throw a git repository url and start doing research.