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