Initial monorepo scaffold for Duoc Thu RAG medical chatbot

This commit is contained in:
2026-07-30 20:38:34 +07:00
commit 9bad1f61ea
91 changed files with 740 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# api-client
Typed HTTP client for `web` to call `api-gateway`, built on `shared-types`.
+6
View File
@@ -0,0 +1,6 @@
{
"name": "@duoc-thu/api-client",
"private": true,
"version": "0.0.0",
"main": "src/index.ts"
}
+1
View File
@@ -0,0 +1 @@
export {};