This project was developed with the following technologies:
Be The Hero is a project that makes it easier for heroes to save the day, making it possible for users to view cases published by ONGs and contact them via E-mail or WhatsApp, or in the case of an ONG, register and find a hero.
- Backend: https://be-the-hero69.herokuapp.com
- Frontend: https://be-the-hero1994.netlify.app/
- Fork this repository;
- Create a branch with your feature:
git checkout -b minha-feature
; - Commit your changes:
git commit -m 'feat: Minha nova feature'
; - Push to your branch:
git push origin minha-feature
.
After the merge of your pull request is done, you can delete your branch.
git clone https://github.com/wesleyfeitosa/be-the-hero.git
cd be-the-hero
npm install
cd backend
npm start
cd frontend
npm start
cd mobile
npm start