Skip to content

Find collabs, share projects, and manage task boards among peers.

Notifications You must be signed in to change notification settings

aseerkt/finlabs

Repository files navigation

Finlabs

Codacy Badge

Streamline your projects - the flexible project management tool for modern teams

Getting Started

  • Install dependencies
pnpm i
  • Spin up Docker Postgres in detached mode
docker-compose up -d
# OR

docker compose up -d
  • Copy env files
cp .env.example .env
  • Run dev server
pnpm dev
  • Additionaly, you can seed data
pnpm seed

Features

  • Manage profile and bio
  • Create project
  • Create tasks
  • Drag and drop (tasks/columns) accross board
  • Assign and manage priority of tasks
  • Manage collaborators with access control (ADMIN / WRITE / READ)
  • Restrict access based on collaborator role
  • CRUD columns
  • # Mention task
  • @ Mention collaborators
  • Track task history
  • Add comments on task with reactions
  • Notification system

Tech Stacks

  • Next.js App Router
  • Prisma - PostgreSQL
  • ShadCN - TailwindCSS
  • React Hook Form
  • NextAuth

Screenshots

Home page User page Projects page Board page