Small snippets of code and tests for this blog post
- node 18+
- docker 20+
Each project has its own README.md and all of them will expect a PostgreSQL database running.
This project provides a compose file so you don't need to worry about it.
To run the database:
docker compose -f 00-database/docker-compose.yml up
See blog post.