1. 首页
  2. 数据库
  3. 其它
  4. collab notes backend 源码

collab notes backend 源码

上传者: 2021-04-22 10:44:47上传 ZIP文件 14.97KB 热度 21次
协作笔记后端 可以在.env文件中设置任何PORT。 Defautl是3001。 所有路由都会发送JSON,其中包含当前用户以及文档或成功/错误消息,具体取决于请求的内容。 终点 笔记 在数据库中获取所有注释 GET /notes returns { data: all notes in DB } 得到一个笔记 GET /notes/:noteID returns { data: single note document } 获取用户所有的笔记 GET /allby/:username returns { data: all notes created by username } 获取用户共享的所有笔记 GET /allshared/:username returns { data: all notes created by username }
用户评论