Skip to content

jeremylin8/DevConnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevConnector

Developer social network app using MERN stack. Live demo

Installing DevConnector

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

Acknowledgement

This app is based on Brad's Udemy Course

About

Developer social network app using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published