A dead-simple real-time voting tool.
.vscode | ||
prisma | ||
public | ||
src | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
next.config.mjs | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
SECURITY.md | ||
tailwind.config.js | ||
tsconfig.json |
Sprint Padawan
A scrum poker tool that helps agile teams plan their sprints in real-time.
Stack
- Front-end framework: Nextjs
- Rendering method: SSR
- Hosting: Railway
- Real-time pub/sub: Ably
- ORM: Prisma
- Database: PostgreSQL
- Cache: Redis
Versioning
- I use a bastardized version of semantic versioning. I jump to a new minor release whenever I feel like I made enough patch releases.
- All released are named using the corperate BS generator, found here.
Contributing
Feel free to propose changes via PR. I'm not awfully picky about formatting right now, so I'll accept/reject on a case-by-case basis. Please make sure to have an issue first though.