Skip to content

DevRadar project. Developed during RocketSeat's OmniStack Week 10. Stack : NodeJs, ReactJs and React Native

License

Notifications You must be signed in to change notification settings

diegoAndrade777/Devs-Arround

Repository files navigation

Omnistack Week 10

Project DevRadar developed during the Rocketseat OmniStack Week

Instalation

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.

Backend

See more on backend/README.md about Backend informations.

Frontend

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/

Mobile

The mobile app (React Native) developed with Sockets (+ the chalenge done) looks like that:

Imnsonia

To test the DevRadar API, download and install Insomnia and click at Workspace → Import/Export
Import DataFrom File → select the file Insomnia_export.json of this repository. When finish, the result looks like that:

Licence

MIT © Rocketseat

Made with ♥ by Diego Andrade 👋 Get in touch!

About

DevRadar project. Developed during RocketSeat's OmniStack Week 10. Stack : NodeJs, ReactJs and React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published