service-weaver-demo Introduction This is a demo service build with Service Weaver to showcase a simple modular monolith application. How to run? Requirements Go GNU Make SQLite3 Run First, initialize the database with: make db Then, run the application with: make dev