This is a Social Network of developers made using MERN stack.
Clone the repo using:
git clone https://github.com/RITIKHARIANI/Social-Network.git
To install dependencies run: In the root folder:
npm install
Then,
cd client
npm install
In config/default.json,
Insert your mongoURI, Secret Key, Github Personal Access Token.
To run the project on localhost:
npm run dev
cd client
npm run build