Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
jace-ys committed Oct 20, 2024
0 parents commit ec5328e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Count Up

A little web app game, consolidating the best practices from my years of experience building production-ready software and infrastructure.

Probably way overengineered for incrementing a counter, but thought this will be a good exercise to codify my learnings!

## Features

- Async, transactional worker system for processing background jobs using [River](https://riverqueue.com/).
- Compiled SQL queries into type-safe application code using [sqlc](https://sqlc.dev/).
- Declarative database schema and migrations using a combination of [Atlas](https://atlasgo.io/) + [Goose](https://pressly.github.io/goose/).
- DDD-lite, interface-driven approach to writing decoupled and testable business logic.

0 comments on commit ec5328e

Please sign in to comment.