Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# api-gateway
|
||||
|
||||
NestJS. Single public entry point: request routing, JWT validation, rate
|
||||
limiting. Routes to `auth-service`, `user-service`, `chat-service` over
|
||||
internal REST. Frontend and clients only ever talk to this service.
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "@duoc-thu/api-gateway",
|
||||
"private": true,
|
||||
"version": "0.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user