This template should help get you started developing with Vue 3 in Vite.
- install the latest version of NodeJS and npm
- install the latest version of Python
- install and host MariaDB in order for data to be displayed correctly
- create a database with the schema found in this document
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
cd server
pip install -r requirements.txt
cd server
export K_GO_HOST = [IP ADDRESS OF SQL SERVER]
export K_GO_USER = [SQL USERNAME]
export K_GO_PASS = [SQL PASSWORD]
export K_GO_DATA = [NAME OF SQL DATABASE]
export FLASK_APP = index.py
flask run -p 5941