## gitea server * https://git.hcu.edu.tw * 綁定IP yiming, XrxCAdgX3BwMc6r ## 開發佈建說明 * IDE: 以VisualStudio開啟 17168erp.sln, 直接執行網站 * 架構: .net Framework 4.8, Website * 後端程式: Webform(.ASPX+.CS) * DB Model: * 使用SSMS設計DB * 開啟: ~\App_Code\Model\Model.edmx * 執行"自資料庫更新", 即產生EF MODEL相關.CS * 前端框架: * Jquery 3, Bootstrap 5 * Vue 2, Vuetify 2 ## API: 取得用戶資訊 #### Request: ``` curl --location 'http://localhost:33051/api/appfollower/checkHashFollower' \ --header 'Content-Type: application/json' \ --data '{ "phone":"0987456321", "id_code":"A123456789" }' ``` #### Response: JSON: 用戶資訊, 可討論只要哪些欄位 -- ## TODO [0830] * 信眾/親屬: 生辰計算, API提供 * GIT (憑證問題) * CHK: BOM * 活動詳細分類(法會項目:品項->功德) --- 前台: https://tcapi.hcu.edu.tw