Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.88 KB

README.md

File metadata and controls

59 lines (49 loc) · 1.88 KB


About

This project was produced at Omnistack Week 11, with the aim of helping NGOs that can register through the web application and the App. After registration is generated a unique ID for the registered and others can make donations to help institutions.

Technologies:

This project was developed with the following technologies:

+
  • JavaScript
  • React
  • React Native
  • HTML
  • CSS
  • SQlite - Database

Web

To run the web application:

  • Enter the Frontend folder and run in terminal: npm install after npm start
  • In the Back-end folder run in the Terminal, with Insomnia registered: npm install after npm start

Mobile

Open the mobile folder and terminal:

  • Install node package npm install after npm start