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/
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubToken": "<yoursecrectaccesstoken>",
"githubSecret": "<yourgithubsecret>"
}
npm installcd client
npm installnpm run dev