DevConnector is a MERN stack application (MongoDB + Express + React + Node.js) with Redux for state management.
- Users can register and log in to the platform.
- List of all registered developers.
- Profiles of each developer.
- Personal dashboard displaying experiences and education.
- Edit profile view.
- Adding experience view.
- Adding education view.
- Deleting an account.
- Users can add and delete posts.
- Users can like and dislike posts.
- Users can comment/discuss posts.
To start development:
- Change the
default.jsonfile in theconfigfolder. - Run
npm installto install server dependencies. - Navigate to the
clientdirectory (cd client) and runnpm installto install client dependencies. - Run
npm run devto start the backend and frontend with hot reload functionality.