Social network for developers
This is a MERN stack application. It is a small social network app that includes authentication, profiles and forum posts.
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubToken": "<yoursecrectaccesstoken>"
}
npm install
cd client
npm install
npm run dev
https://salty-dawn-13486.herokuapp.com/
Arjun Porwal