Skip to content

Código do app desenvolvido no evento "Semana OmniStack 9.0"

License

Notifications You must be signed in to change notification settings

b-amancio/projeto-omni9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projeto-omni9

App code developed for study purposes, at the "Semana OmniStack 9.0" event from RocketSeat.

The project consists of a web platform to register spots, and a mobile application where developers will schedule a date to use them (scheduling in real time).

Stack

Front : Axios, ReactJS, Socket.io

Back : MongoDB, Node.js, Mongoose, Express, Socket.io, Multer

Mobile : React Native, Axios, Expo, Socket.io

Configure

Back end

  • (to make changes, create a cluster at MongoDB Atlas, and configure mongoose connection at a file on backend/src/server.js
  • $ npm i
  • $ yarn dev
  • the start port will be 3333

Front end

  • $ npm i
  • $ yarn start
  • the start port will be 3000

Mobile

  • $ npm i
  • $ yarn start
  • the start port will be 19002, and Expo client on exp://YourLocalIP:19000

About

Código do app desenvolvido no evento "Semana OmniStack 9.0"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published