Skip to content

Platform that aims to facilitate communication between services provided by NGOs and possible collaborators. Project created using NodeJS, React and ReactNative.

License

Notifications You must be signed in to change notification settings

M-Henrique/Be-the-Hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

🔖 Table of contents

📋 About the Project

NGOs (Non Governamental Organizations) exist all over the World. With different occupation areas, they serve a vital purpose in modern society, helping with noble causes without putting profit first. Problem is, may of those organizations do not have the financial resources required in order to exercise their duty, depending on donations to fullfill their missions.

That's where Be the Hero comes in, functioning as a bridge between the NGOs in need of resources and the people (heroes) determined to help with their own money and/or kind words, providing detailed descriptions of cases and ways to help them.

🔨 Built With

🚀 Getting Started

Be the Hero is NOT a commercial application. The project was developed exclusively with educational intentions and, as such, haven't been published. With that im mind, if you want to run a local instance of the program for testing and curiosity purposes, please follow these steps:

✔️ Prerequisites

All of those must be installed before you try to run the project:

  • NodeJS
  • NPM - Auto installed with NodeJS
  • Expo - Must also be installed in your cellphone

⚙️ Installation

After cloning or downloading the project in your local machine, navigate to Mobile\src\services\api.js and change the baseURL variable to your respective IP. Once this is done, open the project's folder in your terminal and run the following commands:

# Go to Backend folder
$ cd Backend

# Install all necessary dependencies
$ npm install

# Run the server
$ npm start

The server will start at port :3333. Open another terminal and leave this one open.

# Go to Frontend folder
$ cd Frontend

# Install all necessary dependencies
$ npm install

# Run the application
$ npm start

Wait a moment and the application will open at port :3000. Open another terminal and leave this one open.

# Go to Mobile folder
$ cd Mobile

# Install all necessary dependencies
$ npm install

# Run the app
$ expo start

Wait a moment and an expo screen will open. Open the Expo app at your cellphone and scan the QR Code now appearing on screen. Leave this terminal open.

💻 Usage

In the web version of the app, you have the option of registering a new NGO (that will be registered in a local version of you SQLite Database). After the register process, you will be presented with an Access ID. Save this number, and use it to log into the freshly created NGO. Once here, you can now register new cases and delete old/solved ones.

Cadastro ONG

Cadastro Caso









In the mobile version, you will be presented with all the registered cases so far. Looking into details of each one will provide you with all the info needed to understand the situation and, if so desired, contact the responsible NGO.

Listagem de casos

Detalhes do caso


























ℹ️ License

This project is under the MIT license.

📧 Contact

If you like the project and have the interest in contacting me directly, please send an email to [email protected]

💜 Acknowledgments

This project was developed with the guidance of Diego Fernandes, CTO at Rocketseat, as product of the "Semana Omnistack 11" online event.

About

Platform that aims to facilitate communication between services provided by NGOs and possible collaborators. Project created using NodeJS, React and ReactNative.

Topics

Resources

License

Stars

Watchers

Forks