项目作者: bhavyabhut

项目描述 :
User can add people with relation and show a connection between those people
高级语言: JavaScript
项目地址: git://github.com/bhavyabhut/relation-finder.git
创建时间: 2020-10-04T06:31:59Z
项目社区:https://github.com/bhavyabhut/relation-finder

开源协议:

下载


Relation Finder

User can add people with relation and show connection between those people

Live demo

Technology stack

  • Mongodb
  • Express
  • React
  • Nodejs

Other library and modules

Frontend









Backend





Getting start

  • Installation

    using npm install or yarn install or npm run installtion

  • Start project

    Use npm start or yarn start

    Runs the app in the development mode.

    Open http://localhost:5000 to view it in the browser.

  • Start frontend

    Use npm run server or yarn run server

    Open http://localhost:5000 to view it in the browser.

  • Start backend

    Use npm run client or yarn run client

    Open http://localhost:3000 to view it in the browser.