User can add people with relation and show connection between those people
Live demo
- Mongodb
- Express
- React
- Nodejs
-
using
npm install
oryarn install
ornpm run installtion
-
Use
npm start
oryarn start
Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser. -
Use
npm run server
oryarn run server
Open http://localhost:5000 to view it in the browser. -
Use
npm run client
oryarn run client
Open http://localhost:3000 to view it in the browser.