Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 355 Bytes

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