Skip to content

Py-sharp/CollabTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CollabTrack - Project Management & Collaboration Platform

A lightweight project management tool built with React, Node.js, Auth0, and PostgreSQL.

πŸ›  Tech Stack

Frontend: React, TailwindCSS, React Beautiful DnD Backend: Node.js, Express, PostgreSQL Authentication: Auth0 Deployment: Render

πŸ‘₯ Team Structure

Backend Developers (2)

  • API development & database design
  • Authentication & authorization
  • WebSocket implementation

Frontend Developers (2)

  • UI/UX implementation
  • State management
  • Drag & drop functionality

πŸ“‹ Core Features

  • βœ… User Roles (Admin, Project Manager, Team Member)
  • βœ… Project Management
  • βœ… Kanban Board with Drag & Drop
  • βœ… Task Management & Assignment
  • βœ… Real-time Comments
  • βœ… Dashboard & Analytics

πŸš€ Getting Started

Prerequisites

  • Node.js 18+
  • PostgreSQL 14+
  • Auth0 Account

Installation

  1. Clone the repository
    git clone https://github.com/Py-sharp/CollabTrack
    cd CollabTrack
    
  2. Backend Setup
     cd backend
    npm install
    cp .env.example .env
    # Configure your environment variables
    npm run dev
    
  3. Frontend Setup
    cd frontend
    npm install
    cp .env.example .env
    # Configure your environment variables
    npm run dev
    

About

CollabTrack is a lightweight project management and collaboration platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published