Skip to main content

Get Started

After you purchase and receive the source code for the project:

Install

pnpm install           # Install all project dependencies
pnpm db:migrate:dev # Run database migrations for development
pnpm run dev # Start the development server

Visit http://localhost:3000 to view the app.

  1. Sign up on the login page.
  2. Check the terminal output for the email verification link.
  3. Click the verification link to activate your account and access the dashboard.

Core Data Structure

┌───────────────┐      ┌───────────────┐      ┌───────────────┐
│ Team │─────▶│ Project │─────▶│ Notification │
└───────────────┘ └───────────────┘ └───────────────┘

After you create a team and a project, you can create, read, update, and delete notifications freely.