carloshrf / DevRadar

Desenvolvimento de API em Node.js com interface web em ReactJS e plataforma mobile com Expo como projeto da semana 10 da Rocketseat

Home Page:https://rocketseat.com.br/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enviroment preparation

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...

About

Desenvolvimento de API em Node.js com interface web em ReactJS e plataforma mobile com Expo como projeto da semana 10 da Rocketseat

https://rocketseat.com.br/


Languages

Language:JavaScript 86.0%Language:CSS 11.8%Language:HTML 2.2%