Application for NGOs to publicize cases that need financial help for people interested in helping. And an Android/iOS app to make easier to new heroes find incidents to help.
The application's backend was developed in NodeJS and the used database was SQLite.
- Go to the backend folder
- Install dependencies:
yarn
- Run project:
yarn start
The application's frontend was developed in ReactJS. The application has a login, a page to create NGOs, a dashboard page that helps the NGOs manage their incidents.
- Go to the frontend folder
- Install dependencies:
yarn
- Run application:
yarn start
The application's mobile was developed in React Native. This app has the purpose to help heroes find NGOs' incidents. It was built using Expo to help the development process.
- Go to the mobile folder
- Install dependencies:
yarn
- Run application:
yarn start
You can see how to configure the simulator of the physical device on Expo documentation.
- NodeJs - A JavaScript runtime built on Chrome's V8 JavaScript engine.
- ReactJs - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- React Native - A framework for building native apps using React.
- SQLite - A relational database.
- Yarn - Package Manager
- Geraldo Braz - Initial work - @geraldobraz
This project was developed during the OmniStack 11 Week by
Rocketseat