Basically a toy system where ONG's can state calls for help to anyone that is up to. The system is composed by a backend, a mobile and a web app, all using the JS Stack (NodeJS, React and ReactNative).
- Using the web app, ongs can register a new case.
- Using the mobile app, users can solve a case.
git clone https://github.com/lucas8107/be_the_hero
On each project folder run the following command:
npm install
npm start
The mobile app will run using expo. Just follow the instructions to run the app using your phone, local simulator or web simulator.
There are some tests written on the backend using Jest, you can run the tests using the following command in the backend folder:
npm test