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).
Front : Axios, ReactJS, Socket.io
Back : MongoDB, Node.js, Mongoose, Express, Socket.io, Multer
Mobile : React Native, Axios, Expo, Socket.io
- (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
$ npm i
$ yarn start
- the start port will be 3000
$ npm i
$ yarn start
- the start port will be 19002, and Expo client on exp://YourLocalIP:19000