Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 630 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 630 Bytes

Social Network MERN

This is a Social Network of developers made using MERN stack.

Getting Started

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

Setup config files:

In config/default.json,

Insert your mongoURI, Secret Key, Github Personal Access Token.

To run the project on localhost:

npm run dev

Build for production

cd client
npm run build