From 4cdfe753c83b5f360b77973aae612c4baa01e6eb Mon Sep 17 00:00:00 2001 From: Muyao CHEN Date: Sun, 6 Oct 2024 00:17:45 +0200 Subject: [PATCH] doc: add diary --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 95f0647..b481c89 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,10 @@ type User struct { ``` Use Buffalo pop `Soda CLI` to create database migrations. + +### 2024/10/07 + +Implement the architecture design for User entity. + +Checked out OpenAPI, and found that it was not that simple at all. It needs +a whole package of knowledge about the web development!