Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.33 KB

Image of the application Be The Hero

📖 About

This is a project that I developed with the course "Semana Omnistack 11.0" made by RocketSeat, with the propose to build an application to help NGOs to find donators.

🚀 Tecnologies

  • Node.js - Backend
  • React - Frontend
  • React Native/Expo - Mobile
  • SQLite - Database

🔧 Installation

To run this project, download it to your computer or use the git command git clone.

Backend

  • Open the folder be-the-hero/backend in your system's shell.
  • Run $ npm install to install the modules of this Node.js project.
  • Run $ npm start to start the backend server.

Frontend

  • Open the folder be-the-hero/frontend in your system's shell.
  • Run $ npm install to install the modules of this React project.
  • Run $ npm start to start the frontend server.

Mobile

  • Open the folder be-the-hero/mobile in your system's shell.
  • Run $ npm install to install the modules of this React Native project.
  • Run $ npm start to start the Expo development server.

</> by Marco Echevestre