In this project the following technologies were used:
- Node.js;
- React;
- React Native;
- SQLite;
- Expo.
$ git clone https://github.com/lcsdiniz/BeTheHero.git
$ cd Be-The-Hero/backend
$ npm install
$ cd Be-The-Hero/frontend
$ npm install
$ cd Be-The-Hero/mobile
$ npm install
Run npm start
in both backend and frontend directories.
Access the application from localhost:3000.
If you do not have the expo-cli on your computer, install it with npm install -g expo-cli
.
Run npm start
in backend directory and expo start
in the mobile directory.
Access localhost:19002, read the QR Code in your smartphone and use the app Expo to run the mobile version.
The main features of the application are:
- Create new cases;
- Delete cases;
- Send e-mails;
- Send messages to Whatsapp.
1.0.0.0
- Lucas Diniz
Thanks for the visit!