Skip to content

Social network for developers, built on the MERN stack

Notifications You must be signed in to change notification settings

mdheller/devconnector_2.0

This branch is 269 commits behind bradtraversy/devconnector_2.0:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 3, 2020
7d497ac · Jan 3, 2020
Apr 29, 2019
Jan 3, 2020
Nov 25, 2019
Oct 15, 2019
Apr 18, 2019
Nov 2, 2019
Apr 26, 2019
May 29, 2019
Nov 25, 2019
Nov 2, 2019
Apr 26, 2019

Repository files navigation

DevConnector 2.0

Social network for developers

This is a MERN stack application from the "MERN Stack Front To Back" course on Udemy. 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

Author

Brad Traversy Traversy Media

Version

2.0.0

License

This project is licensed under the MIT License

About

Social network for developers, built on the MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.5%
  • HTML 26.2%
  • CSS 10.3%