fernandovfilho / devradar-omnistack-week

DevRadar - Fullstack Project using NodeJS, MongoDB, ReactJS and React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devradar-omnistack-week

This project is based on Omnistack Week 10 developed by Rocketseat, the objective is make a Fullstack application using NodeJS with Express and MongoDB in backend, React in web frontend and React Native in mobile. That app can register developers Github profiles with your location and the technologies with they work and in mobile the user can search and show in a map these developer and view your Github profile.

backend

Before start you need to configure an external MongoDB instance and create a .env file based on .env.example with the connection data. To install the dependences and run the server in development mode execute:

cd backend
yarn install
yarn dev

frontend

To start the web frontend run the following commands:

cd frontend
yarn install
yarn start

mobile

Before start the mobile change the file src/services/api.js with your machine address in your network and execute:

# If you don't have the expo-cli installed run this line above
yarn global add install expo-cli
cd mobile
yarn install
yarn start

After that access the application using an emulator or the Expo App.

License

MIT © Rocketseat

About

DevRadar - Fullstack Project using NodeJS, MongoDB, ReactJS and React Native

License:MIT License


Languages

Language:JavaScript 69.6%Language:Kotlin 15.7%Language:CSS 11.8%Language:HTML 2.9%