/social-media-app

social-media-app

Primary LanguageJavaScript

social-media app for developers 2.0

Social network for developers

Quick Start 🚀

Add a default.json file in config folder with the following

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
  "githubToken": "<yoursecrectaccesstoken>"
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev

App Info

Author

mohammad saad

License

This project is licensed under the MIT License