Social network for developers
This is a social network MERN stack application that includes authentication, profiles and forum posts.
https://obrm-dev-home.herokuapp.com/
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubToken": "<yoursecrectaccesstoken>"
}
npm installcd client
npm installnpm run devcd client
npm run buildAfter running a build in the client 👆, cd into the root of the project.
And run...
Linux/Unix
NODE_ENV=production node server.jsWindows Cmd Prompt or Powershell
$env:NODE_ENV="production"
node server.jsCheck in browser on http://localhost:5000/