Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 2 KB

README.md

File metadata and controls

52 lines (41 loc) · 2 KB
gobarber

technology technology technology

💈 About project

Scheduling application for barbershop, has a back-end (API) Node.js built with DDD and TDD, with a Front-end developed with the React.js library using good practices and tests with the jest library and also a mobile version developed with React Native.

⚡ Main technologies

🚀 Repositories (source code)

🤔 How to Contribute?

Fork the back-end, front-end or mobile repository

# clone your fork
$ git clone url-do-seu-fork

# Create a branch with your feature or bug fix
$ git checkout -b minha-branch

# Commit your changes
$ git commit -m 'feature/bugfix: minhas alterações'

# Push to your branch
$ git push origin minha-branch

Once your pull request has been merged, you can delete your branch.