Skip to content

🌎 Week Omnistack #10 | Findev - Application that finds other devs near you

Notifications You must be signed in to change notification settings

ItsJuniorDias/Findev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Findev 🌎

Semana Omnistack #10 | Findev - Application that finds other devs near you

Mobile

mobile1 mobile2

Web

Web

About this Project

The idea of the App is:

"Find other devs in a certain distance that use certain technologies".

Why?

This project is part of my portfolio, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!

Email-me: juniordias_@live.com;

Connect with me at LinkedIn.

Installers

If you want to test the App in the Production mode, the installers are listed below

  • NodeJs Link for backend.
  • ReactJs Link for frontend.
  • ReactNative Link for mobile
  • Due to the architecture of the Node, through a websocket, communication will be made between the server and the frontend in real time;

Backend

Configuration

  • Configuration Express , a microframework that deals with routes, requests and responses;
  • Configuration nodemon to monitor code changes and restart the server automatically when changes occur;
  • Creation of Models and Controllers;
  • Configuration of mongoose (ODM that uses Javascript syntax) to handle MongoDB, a nonrelational database;
  • Using axios to handle external API requests.

Web Socket

  • Configuration socket.io, library that abstracts from Node's standard websocket protocol and provides an easier way to work with it

Frontend

Configuration

  • Configuration BrowserRouter and Route (lib react-router-dom) to handle navigation and each route individually;
  • Configuration of axios to make the request to the database;
  • Stylization of github Login pages and user listings;
  • Implementation of the like and dislike features;

Web Socket

  • configuration socket.io-client, responsible for creating a connection via websocket protocol;

Mobile

Configuration

  • Using react-navigation to deal with navigation in a basic way;
  • Use of react-native-gesture-handler, dependent on react-navigation, responsible for handling user gestures;
  • Use of react-native-reanimated, used to animate transitions at times when the user navigates between screens;
  • Configuration of axios to make requests to external APIs;

Getting Started

Prerequisites

To run this project in the development mode, you'll need to have a basic environment to run a React and React Native App, also, that can be found here.

Installing

Cloning the Repository

$ git clone https://github.com/ItsJuniorDias/Findev

$ cd Findev

Installing dependencies

$ yarn add nodemon

or

$ npm install

Running

Backend

$ cd backend
$ yarn dev

-Leave running the backend and run the front after mobile.

FrontEnd

$ cd frontend
$ yarn start

Mobile

  • You need to have Android Studio installed and configured and your computer to run APP React Native;
  • With all dependencies installed and the environment properly configured, you can now run the app;
  • With Android Studio running and Emulador open:

Android

$ cd Findev
$ react-native run-android

iOS

$ cd Findev
$ react-native run-ios

About

🌎 Week Omnistack #10 | Findev - Application that finds other devs near you

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published