init project

This commit is contained in:
2025-11-02 16:10:27 +08:00
commit dcdd617a68
16 changed files with 2409 additions and 0 deletions

40
debug/apitest.http Normal file
View File

@@ -0,0 +1,40 @@
# "REST Client" from Exensions
# 记得安装 “ REST Client ” 插件
# @baseUri=http://localhost:3000
@baseUri=http://127.0.0.1:5000
### root - app
GET {{baseUri}}/
### get - app
GET {{baseUri}}/get
### post - app
POST {{baseUri}}/post
Content-Type: application/json
{
"msg": "hello? couly you get it?"
}
### double get - app
GET {{baseUri}}/double
### double post - app
POST {{baseUri}}/double
Content-Type: application/json
{
"msg": "a post for doule"
}
### Blueprint - blueprint
GET {{baseUri}}/blueprint/
### Blueprint - g - blueprint
GET {{baseUri}}/blueprint/g
### lib
GET {{baseUri}}/lib