Skip to content

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

Notifications You must be signed in to change notification settings

carloshrf/DevRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published