This project aims to assist sales management. With this simple web application you can manage departments, sales and sellers.
- Clone this repository
- Create a branch:
git checkout -b <nome_branch>
. - Make your changes and confirm them:
git commit -m '<mensagem_commit>'
- Send to the original branch:
git push origin <nome_do_projeto> / <local>
- Create the pull request.