For the correct execution, it will be necessary to install some packages and dependencies, are they:
"Obs.: Node.js must be installed. version used in development: 12.14.1 LTS"
With the terminal on the backend
Frontend
Mobile
- Axios
- expo-cli "npm install -g expo-cli"
- React-navigation
- Some expo packages with "expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context"
- "yarn add react-navigation-stack"
- "expo install react-native-webview"
- "expo install expo-location"
- "yarn add react-native-maps"
*Run backend with: yarn dev
*Run web with: yarn start
*Run mobile with: yarn start
*Install expo on your mobile and scan the QR code that will appear on the navigator when the mobile server when to start.
*change the api address to your server address in the api.js
*change the mongo connect address in index.js (" mongoose.connect('mongodb+sr...