backend:TrackBy的RESTful API服务

时间:2024-06-01 07:13:08
【文件属性】:

文件名称:backend:TrackBy的RESTful API服务

文件大小:2.08MB

文件格式:ZIP

更新时间:2024-06-01 07:13:08

rest-api TypeScript

tbm-api 安装 通过以下方式安装节点软件包: $ npm install 配置 创建类似于.env.example的.env变量 示例数据库配置: DB_TYPE="mysql" DB_HOST="localhost" DB_PORT=3306 DB_USER="root" DB_PASS="" DB_DATABASE="example" DB_SYNCHRONIZE=false DB_LOGGING=false 开始 要启动服务器运行: 开发人员 `$ npm start` 生产 `$ npm start prod` 测验 要测试api端点: 开发人员 `$ npm run test` 生产 `$ npm run testprod`


【文件预览】:
backend-master
----bin()
--------www(2KB)
----package.json(2KB)
----tslint.json(283B)
----test()
--------show.test.ts(7KB)
----.env.example(432B)
----src()
--------models()
--------routes.ts(4KB)
--------controllers()
--------server.ts(2KB)
--------errors()
--------services()
----tsconfig.json(384B)
----sql()
--------populate.sql(13KB)
--------init.sql(17KB)
--------search.sql(871B)
--------test.sql(498B)
----.gitignore(78B)
----public()
--------uploads()
----README.md(553B)
----nodemon.json(99B)

网友评论