A small Go REST API for notes, built from an OpenAPI-first workflow (oapi-codegen) with SQLite persistence.
Interactive Swagger UI is published on GitHub Pages:
https://esgn.github.io/go-rest-api-example/
cd src
go run ./cmd/apiDefault server address: :8080
Default SQLite file: ./notes.db
For architecture and design details, see ARCHITECTURE.md.