WeatherBasedRecommender
1.0.0

该项目的目的是开发一个应用程序,该应用程序为用户提供有关赫尔辛基兴趣点和路线的个性化建议。它考虑了当前和预测的天气条件,以增强产生的建议。阅读有关应用程序功能的更多信息。
可以在此处访问:基于天气的推荐人
这是该项目的视频介绍。
该应用程序是作为赫尔辛基大学软件工程课程的一部分而创建的。
执照
# Give permissions for a script to specify the backend URL
$ chmod +x generate_local_env.sh
# Replace the ellipsis inside the single quotes with your MongoDB development URL
$ ./generate_local_env.sh ' ... '
# Start the frontend and backend services on ports 5000 and 3000, respectively
$ docker compose up要获取MongoDB开发URL,请在此处阅读更多。要单独运行前端和后端服务,请参考前端和后端读数文件中提供的说明。