social media for developers
This is a MERN stack appication follow Traversy Media MERN Project . It's small social networking application includes authentication, profiles and forum posts.
It would also be worth adding your default.json config file to .gitignore If git has been previously tracking your default.json file then...
git rm --cached config/default.json
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubClientId": "<githubClientId>",
"githubSecret" : "<githubSecret>"
}
npm install or npm i
cd client and npm install or npm i
npm run dev
Check in browser on http://localhost:5000/
Sabuj Hasan Sarker