This is a script to get course data from NCU Course Schedule Planning System, and update open api course database.
git clone https://github.com/NCU-Plus/course-fetcher.git
.env
HOST=localhost
DATABASE=Courses
USER=CourseFetcher
PASSWORD=test
npm i
npm run build
npm run start