Technologies | How to run | Project | How to contribute | License
This project was developed with the following main techs (You can access backend, web or mobile to see details about techs used in each project part):
Software to facilitate the scheduling and organization of barbershops
To run the backend follow the steps in BACKEND README
To run the web app follow the steps in WEB README
To run the mobile app follow the steps in MOBILE README
- Fork this repo;
- Create a branch for your new feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My brand new feature'
; - Push it to your branch:
git push origin my-feature
.
After merge of your pull request, you can delete your branch.
This project is under MIT license. See the file LICENSE for details.