Skip to content

mikewang122/DevCon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevConnector

Social Network for Developers

DevConnector is a MERN stack application (MongoDB + Express + React + Node.js) with Redux for state management.

Functionality

Sign Up and Sign In

  • Users can register and log in to the platform.

Publicly Available

  • List of all registered developers.
  • Profiles of each developer.

Privately Available

  • Personal dashboard displaying experiences and education.
  • Edit profile view.
  • Adding experience view.
  • Adding education view.
  • Deleting an account.

Posts

  • Users can add and delete posts.
  • Users can like and dislike posts.
  • Users can comment/discuss posts.

Development

To start development:

  1. Change the default.json file in the config folder.
  2. Run npm install to install server dependencies.
  3. Navigate to the client directory (cd client) and run npm install to install client dependencies.
  4. Run npm run dev to start the backend and frontend with hot reload functionality.

About

A MERN Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published