Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 607 Bytes

File metadata and controls

29 lines (22 loc) · 607 Bytes

Project Management Tool

A Trello-like collaborative project management tool built with the MERN stack.

Features

  • User authentication (register/login)
  • Create and manage projects
  • Drag-and-drop task management
  • Assign tasks to team members
  • Commenting system for tasks
  • Real-time updates with WebSockets
  • Responsive design

Tech Stack

  • Frontend: React, Vite, CSS3
  • Backend: Node.js, Express.js
  • Database: MongoDB with Mongoose
  • Real-time: Socket.io
  • Authentication: JWT

Installation

  1. Clone the repository
  2. Install backend dependencies:
    cd backend
    npm install