This is a daily application app created by integrating AI technology, which includes most commonly used tools to assist you in effectively managing daily life and enhancing functional convenience.
If the website is in HTTP environment, something might break down like Navigator API, Downloader API.
But you can clone this repository and run it locally, it would proceed successfully.
- Vue CLI
npm install -g @vue/cli
- NodeJS
https://nodejs.org/en/download
- MongoDB
https://www.mongodb.com/download-center/community/releases
To run this project, you will need to add the following environment variables to your apiKey file
OpenAI API API_KEY
https://platform.openai.com/
Fugle API API_KEY
https://newsapi.org/s/taiwan-news-api
Google Cloud API API_KEY
https://cloud.google.com/apis?hl=zh-TW
News API API_KEY
https://developer.fugle.tw/
Weather API API_KEY
https://www.visualcrossing.com/weather-api
First, you should setup your Mail Config in the files which is the same as above.
server/apiKey.js
Next, the code has been placed in the following folder, you can change it to what you want.
server/sendMailer/send.js
proxy: {
'/chat': {
target: 'http://127.0.0.1:3007',
},
'/verify': {
target: 'http://127.0.0.1:3007',
},
'/userInfo': {
target: 'http://127.0.0.1:3007',
},
'/reminder': {
target: 'http://127.0.0.1:3007',
},
'/filter': {
target: 'http://127.0.0.1:3007',
},
'/aiSetting': {
target: 'http://127.0.0.1:3007',
},
'/schedule': {
target: 'http://127.0.0.1:3007',
},
'/imageHistory':{
target: 'http://127.0.0.1:3007',
},
'/stock':{
target: 'http://127.0.0.1:3007',
},
'/api':{
target: 'http://127.0.0.1:3007',
}
}
Clone the project
git clone https://github.com/SCLemon/MED.git
Go to the frontend project directory
cd med
Start the Frontend Pages
npm i
npm run serve
Go to the backend project directory
cd ../server
Start the Backend Server
npm i
npm run http_server
- @SCLemon (2024/04/01 ~ Current)
For support, email blc0000421@gmail.com