Skip to content

An application to find people to study together with you, search people around your location and people studying the same as you.

License

Notifications You must be signed in to change notification settings

Igor-Felipy/Dev-Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Radar

Backend

  • The backend is build with node.js, express and node
  • To use the backend first you need to create a file named config.js in the backend folder
  • Now you need to use this code: module.exports = {mongo_uri="YOUR MONGO URI"}
  • And you need to change "YOUR MONGO URI" for your mongo uri

Web Version

User Register

  • The web version is a way to register the users

Versão Web

Mobile Version

  • The mobile version is a map where you can find anothers devs to interact.

Mobile Web

How to install

  • Clone this repo
  • In each folder run npm -i
  • Run first the backend using the folowing command: npm start
  • The web is the register page, run the following command to init: npm start
  • The mobile is the final application, run: expo start