The application aims to connect NGOs with people who are willing to help. NGOs register incidents on the website and in the mobile application, people can see the cases and help with a fee. Project made by rocketseat during the week omnistack.
Building a complete application with Node.js on the back end, ReactJS on the front end and React Native on mobile.
- IDE of your choice (optional), recommended: VS Code Download.
- The javascript interpreter: NodeJS.
- Git: to download the source code files on your machine. Or you can also download the source code zip.
And if you haven't downloaded the zip you can run the next command in the terminal promp, in the directory of your choice:
$ git clone https://github.com/felipedev1/OmnistackWeek11.git
To build the project you need to download all the dependencies of each project file by executing the next command in its respective directory:
npm install
- To execute the code, just type the following commands in the directory of each project folder (frontend, backend, mobile):
npm start
The website will open at http://localhost:3000
To open the application on mobile, you need to download the "expo" app on your smartphone on Google Play or App Store, and scan the QR Code that will appear at the address http://localhost:19002 inside the expo.