Social Network API:社交网络Web应用程序的API用户可以在其中共享想法对朋友的想法做出React并创建朋友列表 源码
社交网络API 描述 An API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. 目录 示范 演练视频演示开始/删除好友端点 楷模 - User - Thought - Reaction (used as a subdocument in Thought) 终点 **User** - Get all users: `GET /api/users` - Create a user: `POST /api/users` - Get user by ID: `GET /api/users/:id` - Update a user:
文件列表
Social-Network-API-main.zip
(预估有个15文件)
Social-Network-API-main
.gitignore
22B
routes
api
thought-routes.js
813B
user-routes.js
933B
index.js
292B
index.js
359B
README.md
3KB
server.js
640B
暂无评论