8000 GitHub - SCLemon/MED: 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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ MED Public

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.

License

Notifications You must be signed in to change notification settings

SCLemon/MED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MED Reminder

Banner

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.

Announcement

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.

Programming languages

  • Vue CLI
npm install -g @vue/cli
  • NodeJS
https://nodejs.org/en/download
  • MongoDB
https://www.mongodb.com/download-center/community/releases

API Keys

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

Send Notification Setup

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 Config

 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',
      }
    }

Run Locally

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

Authors

Support

For support, email blc0000421@gmail.com

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0