git clone https://github.com/mvximenko/social-network.git
{
"mongoURI": "<YOUR_MONGODB_URI>",
"jwtSecret": "<YOUR_JWT_SECRET>",
"githubToken": "<YOUR_GITHUB_TOKEN>"
}
npm install
cd client
npm install
npm run dev
This project is licensed under the MIT License - see the LICENSE file for details.