Chetan11-dev / devconnect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevConnector

Social network for developers

This is a MERN stack application. It is a small social network app that includes authentication, profiles and forum posts.

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

Credits

I learnt the project in Brad Traversy Mern Stack Course Chetan Jain

About


Languages

Language:JavaScript 62.0%Language:HTML 27.5%Language:CSS 10.5%