Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Collaborative Project Management System

A web-based real-time collaborative project management system designed to help teams manage projects, tasks, team members, and task progress efficiently.

Features

  • User-friendly project management dashboard
  • Create and manage projects
  • Create and track tasks
  • Manage team members
  • Real-time task and project updates
  • Task status and progress tracking
  • SQLite database for data storage
  • REST API integration
  • Real-time communication using Socket.IO
  • Responsive web interface

Technology Stack

Frontend

  • HTML5
  • CSS3
  • JavaScript

Backend

  • Python
  • Flask
  • Flask-SocketIO
  • REST APIs

Database

  • SQLite

Real-Time Communication

  • Socket.IO

Project Structure

Real-Time-Collaborative-Project-Management-System/
│
├── backend/
│   ├── app.py
│   ├── README.md
│   └── requirements.txt
│
├── database/
│   ├── project_management.db
│   └── schema.sql
│
├── frontend/
│   ├── index.html
│   ├── script.js
│   ├── style.css
│   ├── 01_dashboard.png
│   ├── 02_create project.png
│   ├── 03_create task.png
│   ├── 04_team member.png
│   └── 05_logout.png
│
└── docs/

About

Real-time collaborative project management system for managing projects, tasks, team members, and task progress using Flask, SQLite, JavaScript, and Socket.IO.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages