MentoringAPI:由Express提供支持的RESTful API

时间:2024-05-20 01:09:14
【文件属性】:

文件名称:MentoringAPI:由Express提供支持的RESTful API

文件大小:36KB

文件格式:ZIP

更新时间:2024-05-20 01:09:14

JavaScript

MentoringAPI文档 以下是有关按数据库表细分的访问或发布数据到API的详细信息。 如果以下部分中的路线为粗体,则表示该路线已实现。 斜体已计划,但尚未启动并运行。 当前网址是mentorship.cs.wwu.edu 请注意:数据库将时间存储在UTC中。 预约表 包含在导师/受训者对之间安排的约会的表。 预约结构 ID(PK,整数) PairId(int) 提议约会时的TopicId(int)当前主题 ScheduledAt(smalldatetime) 状态(nvarchar(12))应该为Pending , Scheduled , Done , Completed或Canceled 。 已创建(smalldatetime) LastUpdate(smalldatetime) 预约GET / all-appointments /:Token-返回表中的所有约会。


【文件预览】:
MentoringAPI-master
----Dockerfile(120B)
----.gitignore(61B)
----README.md(5KB)
----utilities()
--------pushNotifications.js(781B)
----.dockerignore(26B)
----project()
--------package.json(391B)
--------index.js(31KB)
--------package-lock.json(104KB)

网友评论