Skip to content

A Web Based Social network for communities, built on the MERN stack

Notifications You must be signed in to change notification settings

developerkunal/community-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community-assistant

Social network for Communities

This is a MERN stack application. It is a Small social network app that includes authentication, profiles and 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",
 
# Clone the Files
git clone https://github.com/developerkunal/community-assistant.git
# 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

About

A Web Based Social network for communities, built on the MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published