Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.04 KB

README.md

File metadata and controls

44 lines (29 loc) · 2.04 KB

Aplicação que compartilha casos de ONGs com usuários interessados em ajudar. Feito com React, React Native, Nodejs, Express e SQLite.

Application that shares NGOs cases with users interested in helping. Built with React, React Native, Nodejs, Express and SQLite.

heroes

Requisitos / Requirements

  • Node.js ~18.16.1

Para rodar a aplicação

Execute npm install nas pastas backend, frontend e mobile, para instalar as dependências.

Rode npm start nas pastas backend e frontend para utilizar a versão web. Acesse via localhost:3000.

Altere a variavel localIp em mobile/src/services.api para seu ip local. Então, rode npm start nas pastas backend e mobile, acesse localhost:19002, leia o QR Code no seu celular e utilize o aplicativo rocketseat Expo para rodar a versão mobile.

Running the application

Run npm install on backend, frontend and mobile folders, to install all dependencies.

Run npm start on backend and frontend folders to use web version. Access via localhost:3000.

Change localIp variable in mobile/src/services.api to your local ip. Then, run npm start on backend and mobile folders. Access localhost:19002, read the QR Code on your phone and use the rocketseat Expo app to run the mobile version.

Telas / Screenshots