Skip to content

Jonathan-Zollinger/zit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85b7141 · Mar 2, 2025

History

47 Commits
Feb 27, 2025
Feb 8, 2025
Feb 9, 2025
Feb 22, 2025
Mar 2, 2025
Feb 22, 2025
Feb 16, 2025
Feb 8, 2025
Feb 8, 2025
Feb 16, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025

Repository files navigation

ZIT

Zollinger Inventory Tool

This project is under development. I'm aiming to compare implementations of tech stacks when the front end strategy changes.

Controlled Variables

I'm wanting to maintain some baseline consistencies between each implementation.

  • backend framework is micronaut-based
  • build tool is to be gradle-kotlin
  • backing data provided by northwind database via postgres-alpine container
  • data queries are to use micronaut-data with jdbc flavor

Shared Resources

test data is provided for all implementations in the shared-resources directory. See shared-resources/sql for more details.