Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 1.17 KB

README.md

File metadata and controls

77 lines (53 loc) · 1.17 KB

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