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.
- Node.js ~18.16.1
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 Expo para rodar a versão mobile.
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 Expo app to run the mobile version.