Skip to content

Be The Hero is a free open source app to help ongs

Notifications You must be signed in to change notification settings

AlissonEnz/bethehero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeTheHero

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)

Stack

The platform is divided into 3 sections

Backend

Frontend

Mobile

Installation

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

Future Features

  • Add JWT
  • Add more features to incidents
  • Add more informations about the ONG
  • ...

License

MIT Free Software

Releases

No releases published

Packages

No packages published