Link to Website: https://iet-community.herokuapp.com/
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "",
"githubToken": "<yoursecrectaccesstoken>"
"NODE_ENV":"" (either production or deployment)
}
npm install
cd client
npm install
npm run dev
cd client
npm run build
After running a build in the client 👆, cd into the root of the project.
And run...
Linux/Unix
NODE_ENV=production node server.js
Windows Cmd Prompt or Powershell
$env:NODE_ENV="production"
node server.js
Check in browser on http://localhost:5000/