Carpenter-Team-Axe

Carpenter-Team-Axe

VIP Recognition:

A B2B API tool that shows business owners the status of customers using their website, if they are of VIP or not.

Breakdown

  • A business needs to know the status of customer
  • They integrate our API into their website
  • They collect name, valid means of ID, link to relevant social media/websites of customers etc
  • They pass this information to our APIs which cross checks multiple online sources and verifies if said individual is VIP or not • If VIP, high priority is given to them

Instructions

Please before you push your codes to the repository make sure you pull from the repository, so the changes that have been made can be reflected on your local machine, for us to avoid merge conflicts use the git command line

    git pull 

Developers guide.

This process here should be able to guide you on how to contribute effectively to this project, follow the steps below. You should not be new to the git workflow process however if you still are, the guide should still be able to help you through the process.

  • Fork the repository to generate a copy of your own.
  • Clone the repository.
    git clone https://github.com/busgandy/Carpenter-Team-Axe.git
  • Make the repository (the forked repo) the remote upstream
    git add remote upstream https://github.com/busgandy/Carpenter-Team-Axe.git
  • Create a branch, the branch name should at least be meaningfull e.g if you're working on the footer, your branch name would be:
    git checkout -b footer
  • Make your changes, add them and make your commits
    git commit -m "your message"
  • Push your codes to the remote upstream repository
    git push -u origin master
  • Or you can also push your code to the current branch which you are in.
  • Make your Pull request and wait for it to be merged.

We Break Barriers