Skip to content

Social Media website for developers, Made using MERN Stack i.e., MongoDB with mongoose for database, Express.js And Node.js for Back End Server and React (w/ Hooks)+Redux+React Router for Front End

Notifications You must be signed in to change notification settings

kazmiali/DevConnector

Repository files navigation

DevConnector

Social network for developers

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

Quick Start

# add  a 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

Muhammad Ali Kazmi Muhammad Ali

Version

2.0.0

License

This project is licensed under the MIT License

About

Social Media website for developers, Made using MERN Stack i.e., MongoDB with mongoose for database, Express.js And Node.js for Back End Server and React (w/ Hooks)+Redux+React Router for Front End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published