Be The Hero is an open source plataform (mobile and web) that ONGS can create a profile and share incidents with other people willing to help.
- Backend (NodeJS, Express)
- Frontend (ReactJS)
- Mobile (Expo)
The platform is divided into 3 sections
Requires Node.js v10 to run.
Install the dependencies and start the backend.
$ cd backend
$ npm install
$ npm run start
Install the dependencies and start the frontend.
$ cd frontend
$ npm install
$ npm run start
Install the dependencies and start the mobile.
$ cd mobile
$ npm install
$ npm run start
- Add JWT
- Add more features to incidents
- Add more informations about the ONG
- ...
MIT Free Software