Skip to content

It is the developer dashboard as Social network for developer. Any developer can register there. They can create details profile and post. Anyone can like and comment on the post.

Notifications You must be signed in to change notification settings

manisharpatil/devconnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Live Demo 🚀🚀

http://devconnector-manisha.herokuapp.com/

DevConnector

Small social network developer connector app built with the MERN stack. This is part of my "MERN Stack Front To Back"

Build 💻🎮

Install dependencies for server


npm install

Install dependencies for client


npm run client-install

Run the client & server with concurrently


npm run dev

Run the Express server only


npm run server

Run the React client only


npm run client

Server runs on http://localhost:5000 and client on http://localhost:3000

You will need to create a keys_dev.js in the server config folder with

module.exports = {
  mongoURI: 'YOUR_OWN_MONGO_URI',
  secretOrKey: 'YOUR_OWN_SECRET'
};

Developed By Manisha Patil

About

It is the developer dashboard as Social network for developer. Any developer can register there. They can create details profile and post. Anyone can like and comment on the post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published