Files
beer-inventory/AGENTS.md
T
kennyboy55 b8a20204c7
Build dev docker image / build (push) Successful in 36s
Build dev docker image / release (push) Successful in 1s
AI Changes: updated look, recently added, search bar, easy admin checkout
2026-07-31 21:12:57 +02:00

659 B

Beer-inventory project for home use.

Used technology:

  • remix.run (now known as react router)
  • prisma
  • zenstack

Limitations:

  • Dependencies cannot be updated
  • Project needs to work locally without online dependencies
  • Project needs to work with existing database
  • The project is turned off when not in use, so needs to be started quickly when needed

Architecture:

  • server-client together in the same file, as per remix-run
  • react for frontend
  • three levels
    • user (can view the website on their phone)
    • scanner (the physical raspberry pi with barcode scanner at the fridge)
    • admin (me, the developer that can access and update everything)