node_test_task 源码
node_test_task 该应用程序通过运行npm run dev启动,并将在localhost:5000上打开。 /teacher是可以使所有教师获得支持的目标,您可以在其中另外提供查询参数。 可以按类别过滤老师:年龄,经历的年限,性别,can_teach_subjects,worked_in_universities 。 要按年龄或years_of_experience等数值过滤教师,您可以提供要过滤的绝对数字,例如/teacher?age=70或者可以添加比较运算符,例如: /teacher?age=70 | /teac
文件列表
node_test_task-main.zip
(预估有个14文件)
node_test_task-main
.eslintrc
558B
src
models.ts
866B
app.ts
2KB
utils.ts
338B
db.ts
5KB
.idea
test_node_task.iml
458B
modules.xml
280B
暂无评论