# juejin **Repository Path**: thinkerwing/juejin ## Basic Information - **Project Name**: juejin - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2021-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: vite, vue3, Nodejs ## README 后端API `get http://localhost:3001/recommend_all_feed?count=3` 推荐页面 count 为数量 `get http://localhost:3001/recommend_cate_feed?count=3` 前端页面 count 为推荐的数量 `get http://localhost:3001/?postId=6963476650356916254` post详情 postId为文章ID `get http://localhost:3001/recommend_be_feed?count=3` 后端页面 count 为推荐的数量 ## 项目启动 `npm install` `yarn start` or `npm run start` `node app.js` Open in http://localhost:3001 ![在这里插入图片描述](https://img-blog.csdnimg.cn/a200040086ec41d993d7562973990ad4.png?x-oss-process=image/watermark,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBAVGhpbmtlcldpbmc=,size_10,color_FFFFFF,t_70,g_se,x_16) ![在这里插入图片描述](https://img-blog.csdnimg.cn/cb24f4bd57d443b6af87db1489db4d10.png?x-oss-process=image/watermark,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBAVGhpbmtlcldpbmc=,size_10,color_FFFFFF,t_70,g_se,x_16)