Vet-app

###Welcome to the ShambaRecords Technical Flutter test Kindly follow the instructions to commit your work to the shared repo. You will create a remote branch containing your work. Your code should be available as a branch in the repository.

####Steps

  • Accept the invitation we sent you to the repository Vet-app
  • Go to the url https://github.com/ShambaRecords/Vet-app/
  • Fork the repository.
  • Create a branch on your local machine with the command below: git checkout -b [username/nameOfYourApp]
  • An example is: git checkout -b ShambaRecords/Vet-app
  • You should now have a local branch on your machine. Go ahead and add your work as follows:
  • Create a vet booking app that allows the vet to see his/her bookings, see payments made and also generate reports for services offered within a given period git add yourwork git commit -m 'work from shambarecords' git push origin ShambaRecords/Vet-app From here, you should enter your username and password on github

*To see all the branches use: git branch

#####Some Resources for getting started.