文件名称:book-recommendation:可通过REST API使用的简单图书推荐服务
文件大小:163KB
文件格式:ZIP
更新时间:2024-04-06 11:53:00
Java
推荐书 可通过REST API使用的简单图书推荐服务。 圈子CI状态: 任务 提供可通过REST API使用的简单图书推荐服务。 可能需要定义一个新用户,然后向其提供20本书推荐。 为了建议用户,可以提供反馈。 反馈可以是“喜欢这本书”,“不喜欢这本书”或“不感兴趣”。 要求: Users are identified by their username. The list of recommendations should contain exactly 20 entries if possible. The code should be tested as appropriated. 在这一挑战的同时,可以找到合适的书籍数据集。 过程 Write down a brief proposal (not more than 1-2 hours) on how you do plan
【文件预览】:
book-recommendation-master
----pom.xml(3KB)
----mvnw(9KB)
----src()
--------test()
--------main()
----.gitignore(268B)
----.circleci()
--------config.yml(113B)
----.mvn()
--------wrapper()
----README.md(2KB)
----mvnw.cmd(6KB)