Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.66 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.66 KB

Go Barber

Go barber backend API

GitHub language count Repository size GitHub last commit Repository issues

Technologies   |    Project   |    How to contribute


Technologies

This project was developed with the following technologies:

💻 Project

GoBarber is a barber shop scheduling project.

💻 To run this project

How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My nova feature';
  • Push to your branch: git push origin my-feature.

After the merge of your pull request is done, you can delete your branch.

Authors