A lightweight project management tool built with React, Node.js, Auth0, and PostgreSQL.
Frontend: React, TailwindCSS, React Beautiful DnD Backend: Node.js, Express, PostgreSQL Authentication: Auth0 Deployment: Render
- API development & database design
- Authentication & authorization
- WebSocket implementation
- UI/UX implementation
- State management
- Drag & drop functionality
- β User Roles (Admin, Project Manager, Team Member)
- β Project Management
- β Kanban Board with Drag & Drop
- β Task Management & Assignment
- β Real-time Comments
- β Dashboard & Analytics
- Node.js 18+
- PostgreSQL 14+
- Auth0 Account
- Clone the repository
git clone https://github.com/Py-sharp/CollabTrack cd CollabTrack - Backend Setup
cd backend npm install cp .env.example .env # Configure your environment variables npm run dev
- Frontend Setup
cd frontend npm install cp .env.example .env # Configure your environment variables npm run dev