Skip to content

MauricioSilv/project-for-devs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📍Dev Radar

The project aims to connect you to the nearest developers, 10km away, in real time, from the technology you are looking for.

Previews app mobile and web

Features

  • React Js - A javascript library for building user interfaces. about
  • Expo - Expo helps you create an Android and iOS app faster with Javascript behind it all. about
  • React Native - A lib that provides a way to create native apps for Android and iOS. about
  • Node Js - A web framework for Node Js. about
  • MongoDB - A cross-platform and open-source document-oriented database. about
  • Socket IO - A library for realtime web applications. about
  • Styled components - Visual primitives for the component age. about
  • Unform - Library for creating forms and validations in ReactJs. about

Getting started

  1. Clone this repo using git@github.com:MauricioSilv/project-for-devs.git
  2. Enter directory: cd omnistack
  3. Run yarn to install dependencies

Getting started backend server

  1. Enter folder: cd backend
  2. Create a .env file and add the MongoDB URL connection in the fields as in the .env.example file.
  3. Run yarn dev to start the server

Getting started with the frontend app

  1. Move yourself to the frontend folder: cd web
  2. Run yarn start to start the web application

Getting started mobile app

  1. Move yourself to the mobile folder: cd mobile
  2. Run yarn start
  3. With the 'expo' app installed, you scan the qrcode and run on Android or IOS.