Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1015 Bytes

File metadata and controls

30 lines (23 loc) · 1015 Bytes

CodeBonds

CodeBonds is a full-stack MERN (MongoDB, Express.js, React, Node.js) application that acts as a professional developer network. Users can create profiles, share posts, connect with other developers, and explore job opportunities through the integrated Job Board feature.

Features

  • User registration and authentication (JWT-based)
  • Create, edit, and delete developer profiles
  • Add experience, education, and skills
  • View a list of all developers
  • Comment and like posts
  • Real-time feed of developer posts
  • Job Board section to view developer-friendly job listings

Tech Stack

  • Frontend: React, Redux, React Router, CSS
  • Backend: Node.js, Express.js, MongoDB
  • Authentication: JSON Web Tokens (JWT)
  • Database: MongoDB Atlas
  • State Management: Redux
  • Development Tools: Nodemon, Concurrently

Getting Started (For Local Setup)

  1. Clone the repository or download the folder.
  2. Open a terminal and run:
$ npm install
$ cd client && npm install