akthecoders / mernstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevConnector

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

App Info

Author

Akshay Kumar

Dependencies for the app": express express-validator bcryptjs config gravatar jsonwebtoken mongoose request

developers : nodemon concurrently

Components required for react axios react-router-dom redux react-redux redux-thunk redux-devtools-extension moment react-moment uuid

About


Languages

Language:JavaScript 64.6%Language:HTML 25.5%Language:CSS 9.9%