Dhavin / DevConnector

Social Network for Developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevConnector

Social Network for Developers.

Social network for developers

Quick Start

# change default.json file in config folder

# this file is located in config/default.json

# add uri of your mongodb connection for example

 "mongoURI": "mongodb://localhost/dev-social",
 
# Install server dependencies
npm install

# Install client dependencies
cd client
npm install

# Run both Express & React from root
npm run dev

# Build for production
cd client
npm run build

About

Social Network for Developers.


Languages

Language:JavaScript 64.2%Language:HTML 25.8%Language:CSS 10.0%