From d4dd2051dbc2dddf9cab81579e7f978ad01e2028 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:56:56 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7cb3e5..099528b 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ + + tujiao api + +## Database Setup +Import the schema from `doc/tujiao.sql` into a MySQL database named `tujiao`. The application uses the default credentials `root` / `123456` as defined in `src/database.rs`.