A lightweight scrum board for organizing topics, notes, and comments. Built for simplicity.
Create scrum sessions, add topics with custom colors, post notes with categories, share with others, and collaborate with comments. No account required - just create a session and start organizing. (sign-in coming soon...)
- Node.js 18+
- PostgreSQL database
npm installCreate a .env file:
DATABASE_URL=postgres://user:password@localhost:5432/easy_scrum# Push schema to database
npm run db:push
# (Optional) Seed demo data
npm run db:seednpm run dev| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Production build |
npm run db:push |
Push schema to DB |
npm run db:seed |
Seed demo data |
npm run db:clear |
Wipe all data |
npm run db:studio |
Open Drizzle Studio |