This commit is contained in:
2026-07-06 21:17:46 +07:00
commit ce1dd135e5
26 changed files with 5220 additions and 0 deletions

11
db.json Normal file
View File

@@ -0,0 +1,11 @@
{
"users": [
{
"name": "Hải Bùi",
"gender": "female",
"age": "16",
"id": "S6nGKnKsFn0"
}
],
"$schema": "./node_modules/json-server/schema.json"
}