Skip to content

Nishthavan/Developers-Social-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Connect

A developer social network made using MERN stack

Add a default.json file in config folder with the following

 {
   "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
   "jwtSecret": "secret",
   "githubToken": "<yoursecrectaccesstoken>"
 }

Install server dependencies

   npm install

Install client dependencies

   cd client
   npm install

Run both Express & React from root

  npm run dev

About

Social Network for Developers where they can create accounts, post notes, message and interact with other developers based on their liking etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors