Skip to content

gabrielbahniuk/be_the_hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published