Be The Hero is an app that wishes to connect people who wants to help NGO's and the institutions. The NGO's register and create their incidents using the web platform and the community uses the app to join and get in touch with the NGO's.
This project was made for learning purposes only and comes from Rocketseat's omnistack week crash course #11. It includes technologies, such as: NodeJs, React, React Native and auxiliar libs for development and test.
yarn, Node, npm required
After cloning this repo:
- Run
npm i
in thebackend
folder - Run
npm start
to up the server
- Run
npm i
in thefrontend
folder - Run
npm start
to up the project
- Run
yarn
in themobile
folder - Update the
baseURL
onsrc/config/index.js
- Go back to the root folder
- Run
yarn start
to up the project
- Run
npm test
on thebackend
folder