Skip to content

[CMS]外部及時得分系統 External Ranking Web for CMS

Notifications You must be signed in to change notification settings

TYCheng31/RankingWebServerforCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External Ranking Web Server for CMS

How to install?

  • Get the main file
git clone https://github.com/TYCheng31/RankingWebServerforCMS.git
  • install python venv
sudo apt update
sudo apt install python3.10-venv
python3 -m venv RWSVenv
source RWSVenv/bin/activate
  • install other packages
pip install flask
pip install psycopg2
pip install pandas
pip install openpyxl
  • Execute Ranking Web Server
cd RankingWebServer
python3 app.py

Version

v1.3.0

  • 寫死部份改成根據勾選動態改變

v1.2.0

  • 彙整好使用者讀分狀況及總分 (FINAL.py)
  • 目前還是寫死

v1.1.0

  • 25/09/19
  • 新增設定刷新資料時間

v1.0.0

  • 25/09/16
  • 更新仿CMS介面
  • 下載勾選指定題目CSV

v0.0.0

  • 25/09/15
  • 新增勾選指定題目功能
  • 全新前端介面

About

[CMS]外部及時得分系統 External Ranking Web for CMS

Resources

Stars

Watchers

Forks

Packages

No packages published