pollo/README.md

24 lines
755 B
Markdown
Raw Normal View History

2023-04-20 04:20:00 -06:00
# Sprint Padawan
A scrum poker tool that helps agile teams plan their sprints in real-time.
## Stack
- Front-end framework: Nextjs
- Front-end library: Preact
- Rendering method: SSR SPA
2023-06-09 04:20:00 -06:00
- Hosting: Railway
2023-04-20 04:20:00 -06:00
- Real-time pub/sub: Ably
- ORM: Prisma
2023-06-09 04:20:00 -06:00
- Database: PostgreSQL
- Cache: Redis
2023-04-20 04:20:00 -06:00
## 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](https://www.atrixnet.com/bs-generator.html).
## 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.