/social-network

Social network for developers

Primary LanguageJavaScriptMIT LicenseMIT

Social Network

Social network for developers built with

Getting Started

git clone https://github.com/mvximenko/social-network.git

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

{
  "mongoURI": "<YOUR_MONGODB_URI>",
  "jwtSecret": "<YOUR_JWT_SECRET>",
  "githubToken": "<YOUR_GITHUB_TOKEN>"
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.