https://github.com/rafaelmartins92/dev-radar
🧠Application developed during the Rocketseat's Omnistack Week 10
https://github.com/rafaelmartins92/dev-radar
developer javascript mobile node omnistack react react-native rocketseat web
Last synced: 3 months ago
JSON representation
🧠Application developed during the Rocketseat's Omnistack Week 10
- Host: GitHub
- URL: https://github.com/rafaelmartins92/dev-radar
- Owner: rafaelmartins92
- License: mit
- Created: 2020-04-07T17:28:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:47:30.000Z (over 3 years ago)
- Last Synced: 2025-03-30T19:42:25.868Z (over 1 year ago)
- Topics: developer, javascript, mobile, node, omnistack, react, react-native, rocketseat, web
- Language: JavaScript
- Homepage: https://www.linkedin.com/posts/rafael-martins92_rockeseat-omnistack-nodejs-activity-6672232830950494208-hrvZ
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Find the perfect Dev!
This application was developed during the Omnistack Week 10 from Rocketseat.
The main idea is to connect nearby devs according to their technologies.
Technologies   |  Â
How To Use   |  Â
License

## :rocket: Technologies
This project was developed with the following technologies:
- [Node](https://nodejs.org/en/docs/)
- [Axios](https://github.com/axios/axios)
- [Express](https://expressjs.com/pt-br/)
- [React](https://reactjs.org/docs/getting-started.html)
- [React Navigation](https://reactnavigation.org/)
- [React Native Gesture Handler](https://kmagiera.github.io/react-native-gesture-handler/)
- [MongoDB](https://www.mongodb.com/)
- [Socket.IO](https://socket.io/)
- [Expo Location](https://docs.expo.io/versions/latest/sdk/location/)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]
## :information_source: How to use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/rafaelmartins92/dev-radar.git dev-radar
# Go into the repository
$ cd dev-radar
# Install dependencies
$ yarn install
# Move yourself to the backend folder
$ cd backend
# Run the server
$ yarn start
# Move yourself to the frontend folder
$ cd frontend
# Run the server
$ yarn start
# Move yourself to the mobile folder
$ cd mobile
# Run the app (iOS)
$ yarn ios
# Run the app (Android)
$ yarn android
```
## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/rafaelmartins92/dev-radar/blob/master/LICENSE) for more information.
---
Made with ♥ by Rafael Martins 👋 Get in touch!
[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint