Skip to content

Files

Latest commit

4a7d873 · Jan 14, 2025

History

History
25 lines (17 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 476 Bytes

crud-kata

The main purpose of this kata is to practice transforming a CRUD app into an event sourced app.

Things to do?

  • database

    • postgres on docker
    • in-memory
    • sqllite
  • Some sort of domain model.

  • framework / libraries / language

    • typescript,
    • express
    • a layer for DB access (ORM)
  • test framework

    • NOT JEST
    • mocha, chai & sinon
  • swagger / scripts for testing the app / UI