/be_the_hero

Application to connect NGOs and people that want to help, using React.js, React Native and Nodejs.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Application to connect NGOs to people who are able and want to support it.

Stack

node Node
react React
react-native React Native
heroes

ℹ️ How To Use

Server

$ cd backend

# install dependencies
$ npm install

# run migrations
$ ./node_modules/.bin/knex migrate:latest

# Run server
$ npm start

Web

$ cd frontend

# install dependencies
$ yarn

# Run application
$ yarn start

Mobile

$ cd mobile

# install dependencies
$ yarn

# Run application
$ npm -i expo-cli -g && expo start
Check within src/services/api.js under mobile and frontend if your IP address is correct before testing.

Demo