Skip to content

davidmdi/dev_community

Repository files navigation

DevCommunity

A social network where developers can present profile/portfolio, share posts, reconcile and get help from other developers. Built with MERN. (Mongodb, Express, React.Js and Node.js ). visit https://dev-com-ap.herokuapp.com/


Quick Start 🚀

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

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published