/devConnector-v1

Its a web application build using MERN(MongoDB, Express, ReactJS and NodeJS). It is the prototype for the developer connector social media where we can found developer's profile.

Primary LanguageJavaScript

devConnector

Live Demo Live Demo

Its a web application build using MERN(MongoDB, Express, ReactJS and NodeJS). It is the prototype for the developer connector social media where we can found developer's profile.

scripts: "client-install": "npm i nstall --prefix client-install", "start": "node server.js", "server": "nodemon server.js", "client": "npm start --prefix client", "dev": "concurrently "npm run server" "npm run client""