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,請在此處閱讀更多。要單獨運行前端和後端服務,請參考前端和後端讀數文件中提供的說明。