Social network for developers
This is a MERN stack application from the "MERN Stack Front To Back" course on Udemy. It is a small social network app that includes authentication, profiles and forum posts.
# add a default.json file in config folder with the folowing
```json
{
"mongoURI": "<your_mongo_DBAtlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubClientId": "",
"githubSecret": ""
}
```bash
# Install server dependencies
npm install
# Install client dependencies
cd client
npm install
# Run both Express & React from root
npm run dev
# Build for production
cd client
npm run build
Brad Traversy Traversy Media
2.0.0
This project is licensed under the MIT License