Giter VIP home page Giter VIP logo

dbms23_final-1's Introduction

資料庫系統概論 期末專案

匯入資料到 MySQL server

DB_HOST=<主機名或 IP address>
DB_USER=<使用者名稱>
DB_PASS=<使用者密碼>
  • 透過以下命令執行腳本 data_preprocessing.py(可能需要花五到十分鐘左右的時間)。
python3 -m venv venv # 建立 python 虛擬環境
venv/Scripts/activate # Windows。啟用虛擬環境
source venv/bin/activate # Mac。啟用虛擬環境
python3 -m pip install --upgrade pip # 更新 pip
pip3 install -r requirements.txt # 安裝需要的套件
python3 data_preprocessing.py # 執行 data_preprocessing.py 處理原始資料並建立 MySQL table

Getting Started

yarn install
yarn run dev

Prettier

yarn prettier --config ./.prettierrc --write .

Unit Test

yarn test

e2e Test

add .env.local file

GITHUB_USER
GITHUB_PASS
yarn playwright test

dbms23_final-1's People

Contributors

lnfu avatar orriannafizz avatar

dbms23_final-1's Issues

utils

將一些重複的內容寫到 /src/utils/*.js

  • mysql connection
    • standings
    • lifters
    • lifts
    • meets
    • add-follow
    • remove-follow
    • follows
  • server side session

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.