daniel-covelli / dev-connect

My fourth MERN stack app πŸ’ƒ

Home Page:https://dev-cnct.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-connect πŸ‘©β€πŸ’»

A social network for developers.

This application with build on the MERN stack

  • MongoDB
  • Express
  • React
  • Node.js

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

Project Info

Course

MERN Stack Front To Back

Repository

About

My fourth MERN stack app πŸ’ƒ

https://dev-cnct.herokuapp.com/


Languages

Language:JavaScript 92.0%Language:CSS 7.3%Language:HTML 0.7%