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.
- Sign up on the login page.
- Check the terminal output for the email verification link.
- 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.