Project DevRadar developed during the Rocketseat OmniStack Week
Configure MongoDB and update the conexion string with your User:Password
on file index.js
.
To install the dependencies and to execute the Backend (developer mode), clone the project on your computer an execute:
cd backend
yarn install
yarn dev
To run the React's Frontend use:
cd frontend
yarn install
yarn start
When the process end, automatically will open the page localhost:3000
on your web browser with de Project DevRadar.
To test the React Native Mobile, first put your server address (your computer) in the filesrc/services/api.js
, and after execute the commands:
# Don't execute the following line if tou have the Expo (CLI) already intalled!
yarn global add install expo-cli
cd mobile
yarn install
yarn start
When the proccess end, automatically will open the page localhost:19002
. Connect your emulator, or test the app by LAN
: Download the Expo app from Play Store or App Store and scan the QR Code.
See more on backend/README.md about Backend informations.
See more on frontend/README.md about Frontend informations. The Frontend developed with chalenge done, looks like that :
Check this application at: https://devsarround.herokuapp.com/
The mobile app (React Native) developed with Sockets (+ the chalenge done) looks like that:
To test the DevRadar API, download and install Insomnia and click at Workspace → Import/Export
→
Import Data
→ From File
→ select the file Insomnia_export.json
of this repository. When finish, the result looks like that:
Made with ♥ by Diego Andrade 👋 Get in touch!