ตารางเรียนที่อยากได้จากเว็บ KU
เซฟตารางไปใช้ได้เลยครับ 🤝🏻
ทาง dev ไม่มีการเก็บค่า username password และไม่มีตังจ่ายค่า server database
มีเพียงการนับจำนวนคนใช้งานผ่านการเก็บ cache stdId มีการ log ชั้นปีและคณะของผู้ใช้งานเพื่อทราบกลุ่มผู้ใช้
ตรวจสอบโค้ดได้ที่ https://github.com/Noboomta/KU-Table-server
จุดประสงค์ของ dev อยากให้มี ตารางเรียน บนหน้าเว็บของมหาลัย ไม่ได้มีเจตนาหาผลประโยชน์ใดๆจากผู้ใช้
ทาง dev ยินดีให้โค้ดทั้งหมดแก่มหาลัยเพียงทำตาม Getting started with this app.
https://www.ku.ac.th/th/bachelor-degree
https://registrar.ku.ac.th/cur/all
https://registrar.ku.ac.th/wp-content/uploads/2017/...
https://github.com/marsDev31/KUnit
Clone this repository
git clone https://github.com/Noboomta/Ku-table.git
Install dependencies using yarn
(Make sure you are using Node version 18.x)
if you don't have yarn
. Please install it first by
npm install --global yarn
# or
brew install yarn
install project's dependencies
yarn
after this step, you will get node_modules
folder in the root of the project.
add .env
file
VUE_APP_BASE_SERVER_URL=https://<your-server-domain>
yarn dev
the applciation will run at localhost:8080
yarn build
yarn lint