Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

41 lines (30 loc) · 1.13 KB

✨ What-Company-Stack Backend and Admin

Contribution git flow

To make a pull request, create a branch on the github repo. Typically, the branch name should be the name of the issue you are making a pull request for. If there are no exisiting issues, you should still create a branch and make a pull request to the branch you just created . Please do not make a pull request to dev branch or main.

Once a pull request has been made, the maintainer will pull that branch and test the recent changes before taking the next action.

Installation

Before you begin, ensure you have met the following requirements:

Installation

git clone  https://github.com/jovialcore/whatcompstack-BE.git
cd whatcompstack-BE
composer install
npm install
cp .env.example .env

Configuration

php artisan key:generate

Database Setup

php artisan migrate
php artisan db:seed

Running the application

php artisan serve