https://github.com/eltonlazzarin/devfindfy
DevFindfy is a project created from the WeekOminstack 10 workshop
https://github.com/eltonlazzarin/devfindfy
axios css-flexbox css-grid css3 devfindfy expo github github-api nodejs react-native reactjs search-developers
Last synced: about 1 month ago
JSON representation
DevFindfy is a project created from the WeekOminstack 10 workshop
- Host: GitHub
- URL: https://github.com/eltonlazzarin/devfindfy
- Owner: eltonlazzarin
- Created: 2020-01-17T17:09:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T22:23:44.000Z (about 6 years ago)
- Last Synced: 2026-01-03T16:23:08.326Z (5 months ago)
- Topics: axios, css-flexbox, css-grid, css3, devfindfy, expo, github, github-api, nodejs, react-native, reactjs, search-developers
- Language: JavaScript
- Size: 898 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DevFindfy FullStack App
DevFindfy was developed during Semana OmniStack 10 workshop, where the API was built on Node.js and consumed with ReactJS in the web application and React Native for mobile devices. For better use of the project, the user needs to have a Github account, where the user will register via web application and find other developers accessing the mobile application by searching for the technologies of his choice.

This projects was developed with the following technologies:
## :rocket: Backend Technologies
- [Node.js](https://nodejs.org/)
- [Express](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com/)
- [Axios](https://github.com/axios/axios)
- [socket.io](https://github.com/socketio/socket.io)
- [cors](https://github.com/expressjs/cors)
- [nodemon](https://nodemon.io/)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)
## :information_source: How To Use
```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/devFindfy.git
# Go into the repository
$ cd backend
# Install dependencies
$ yarn
# Run the app
$ yarn dev
```
## :memo: License
This project is under the MIT license.
---
## :rocket: Frontend Technologies (WebApp)

This project was developed with the following technologies:
- [ReactJS](https://reactjs.org/)
- [Axios](https://github.com/axios/axios)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)
## :information_source: How To Use
```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/devFindfy.git
# Go into the repository
$ cd frontend
# Install dependencies
$ yarn
# Run the app
$ yarn start
```
## :memo: License
This project is under the MIT license.
---
## :rocket: Mobile Technologies
This project was developed with the following technologies:
- [Expo](https://reactjs.org/)
- [React-Native-Maps](https://github.com/react-native-community/react-native-maps)
- [React-Native-Webview](https://github.com/react-native-community/react-native-webview)
- [Axios](https://github.com/axios/axios)
- [React-Navigation-Stack](https://github.com/react-navigation)
- [Socket.io-client](https://github.com/socketio/socket.io-client)
- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)
## :information_source: How To Use
```bash
# Clone this repository
$ git clone https://github.com/eltonlazzarin/devFindfy.git
# Go into the repository
$ cd mobile
# Install dependencies
$ yarn
# Run Expo app
$ yarn start
```
## Install the app on a physical phone
1. Go to your app store, look for the app called Expo, and install it on your device.
2. With the app installed, open it and click on Scan QR Code, point the camera phone to the QR code shown on the page that opened after executing the command yarn start and ready, the app will load and be ready for use.
## :memo: License
## This project is under the MIT license.
Made with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)