This project was developed for help people to solve their problem and help their communities, creating an NGO (non-governamental organization) on the website and posting their cases there, so how will it work?
First a person registers his NGO on the site and posts his case with a reward for the Hero who will complete it (web).
Then a Hero will be able to see a list of cases available on the mobile app, then he can choose a case to participate and after he chooses one, he will contact the NGO by e-mail or by their WhatsApp number that was available(mobile).
After that the hero and the NGO will discuss how they can help each other to solve the case :)
First of all, you will need to install NPM or Yarn on your computer to download the packages.
We recommed you to use npm because the project was created with it
To install the Back-end you will need to execute these commands.
cd backend
and
npm install or yarn ( if you are using Yarn).
To install the Front-end you will need to execute these commands.
cd frontend
and
npm install or yarn ( if you are using Yarn).
To install the mobile you will need to execute these commands.
cd mobile
and
npm install or yarn ( if you are using Yarn).
To start the Back-End you will need to execute these commands
//To enter the backend folder use:
cd backend
//To initialize the backend use:
npm start
To start the Front-End you will need to execute these commands
//To enter the frontend folder use:
cd frontend
//To initialize the frontend use:
npm start
To start the Mobile you will need to execute these commands
//To enter the mobile folder use:
cd mobile
//To initialize the mobile use:
Expo start
If the expo was not initialized you may not have the expo-cli on your computer so to install it you need to run this command.
npm install -g expo-cli
After it install you need to restart your CMD and run again the command expo start.
if the problem persist access the expo common issues repository to solve it.
This is an open-source Project, you can use it and test it as many times as you want to. If you like the project Mark it with a star and contribute to it for more people see the project.