From 2e4278befe359db9efa43a0f7801c4e32364eafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartal=20L=C3=A6arsson?= Date: Thu, 25 Jun 2026 13:28:06 +0100 Subject: [PATCH] build tools --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f925660..92e59e1 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ In-memory API example, resets to the base dataset every 10 minutes. ## Quick Start -I use Taskfile (modern GNU Make iteration) for building and deploying. +I use `Taskfile` (modern GNU Make iteration) for building and deploying. for like resbuilding binaries after code changes, I prefer to use `reflex` by cespare. -The Tool is baked into this repository with no deps just run +I have no idea if this works for windows. I guess it should as it is Golang? +The tool is baked into this repository with no deps just run ```bash go tool reflex \ @@ -16,9 +17,10 @@ go tool reflex \ -s -- sh -c 'go tool task dev-start-api' ``` +this starts the server on localhost:8080 by default, can be changed with something like `go run ./cmd/api -port :19988` +## JSON Model -json model: ```json { "id": "bb8d39a6-8fef-48af-9f9c-27a41c8f8baf",