Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 869 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 869 Bytes

#Team-158-Backend-API Installation guide

Install composer and laravel 7

fork the repository and clone

git remote add upstream https://github.com/BuildForSDGCohort2/Team-158-backend.git

git checkout Develop

git pull upstream Develop

run command "composer install"

php artisan key:generate

php artisan serve

To push after working on the repo

git add .

git commit -m "your commit message"

git pull upstream Develop

git push origin Develop

Make sure there is no conflict

Create pull request

Add the description of what you have done in your pull request

No live link yet

Codacy Badge