DevExchange

DevExchange (might be a little slow to load)

A small social network for developers

Personal Side Project

Quick Start

#change default.json file (config/default.json)
#add uri of your own mongodb connection. For example "mongoURI": " mongodb://localhost/dev-exchange"
# 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