Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 2.57 KB

README.md

File metadata and controls

100 lines (72 loc) · 2.57 KB

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.


🚀 Getting Started

Backend

The application's backend was developed in NodeJS and the used database was SQLite.

🏎 Start

  1. Go to the backend folder
  2. Install dependencies:
yarn
  1. Run project:
yarn start

Frontend

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.

🏎 Start

  1. Go to the frontend folder
  2. Install dependencies:
yarn
  1. Run application:
yarn start

Mobile

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.

🏎 Start

  1. Go to the mobile folder
  2. Install dependencies:
yarn
  1. Run application:
yarn start

You can see how to configure the simulator of the physical device on Expo documentation.

🛠 Built With

  • 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

🎖 Author


Screens Shots

This project was developed during the OmniStack 11 Week by Rocketseat