Help NGOs (Non-Governmental Organization) you are interested in.
Be the hero is a web app and mobile app that you can register your NGO and receive donations from people.
- At first, clone the repo by running
git clone https://github.com/gabrieldiaspereira/be-the-hero.git
on your terminal. - After cloning run
yarn install
ornpm install
on backend, web and mobile folder. - Next, go to the
mobile/src/services
folder and edit the file api.js, in baseURL add your IP address followed by the server port or the server URL.
Back-end | Front-end | Mobile |
---|---|---|
Node.js | ReactJS | React Native - Expo |
ExpressJS | Styled-Components | Styled-Components |
SqLite | Axios | Axios |
Nodemon | React Hooks | React Hooks |
Cors | Eslint | Eslint |
Knex | Prettier | Prettier |