{"id":25439190,"url":"https://github.com/aiden1020/react-asp.net-with-sqlite","last_synced_at":"2026-05-03T18:33:28.613Z","repository":{"id":208949472,"uuid":"722781969","full_name":"aiden1020/React-Asp.net-with-sqlite","owner":"aiden1020","description":"Here is a project for database lab. To create a auction web.","archived":false,"fork":false,"pushed_at":"2023-12-03T16:14:25.000Z","size":26280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-04T16:33:24.046Z","etag":null,"topics":["asp-net-core","auction","auction-website","jwt","jwt-authentication","react","sql","sqlite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aiden1020.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-24T00:04:57.000Z","updated_at":"2023-12-04T16:33:24.047Z","dependencies_parsed_at":"2023-12-02T16:39:17.683Z","dependency_job_id":null,"html_url":"https://github.com/aiden1020/React-Asp.net-with-sqlite","commit_stats":null,"previous_names":["aiden1020/react-asp.net-with-sqlite"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiden1020%2FReact-Asp.net-with-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiden1020%2FReact-Asp.net-with-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiden1020%2FReact-Asp.net-with-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiden1020%2FReact-Asp.net-with-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiden1020","download_url":"https://codeload.github.com/aiden1020/React-Asp.net-with-sqlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239269791,"owners_count":19610871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","auction","auction-website","jwt","jwt-authentication","react","sql","sqlite"],"created_at":"2025-02-17T10:17:49.776Z","updated_at":"2026-05-03T18:33:23.581Z","avatar_url":"https://github.com/aiden1020.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BidHUB 拍賣網站\n\n以下是一些主要功能和相關設定的說明：\n\n## 功能特點\n\n- 註冊、登入、登出\n- 使用 JWT Token 保持登入狀態\n- 新增拍賣品\n- 顯示商品列表，可根據商品類別進行篩選\n- 買家用戶可以進行投標\n- 賣家可以在拍賣結束前提前結標\n- 拍賣結束時會發送郵件通知得標者\n\n## 先決條件與依賴性\n\n確保以下套件已安裝：\n\n- MailKit v4.3.0\n- Microsoft.AspNetCore.Authentication v2.2.0\n- Microsoft.AspNetCore.Authentication.JwtBearer v7.0.13\n- Microsoft.AspNetCore.SpaProxy v7.0.12\n- Microsoft.EntityFrameworkCore.Design v7.0.13\n- Microsoft.EntityFrameworkCore.Sqlite v7.0.13\n- Microsoft.IdentityModel.Tokens v7.0.3\n- System.IdentityModel.Tokens.Jwt v7.0.3\n- 其他前端相關套件\n\n## 安裝與運行\n\n1. 使用以下命令進行複製：\n\n    ```\n    git clone https://github.com/aiden1020/React-Asp.net-with-sqlite.git\n    ```\n\n2. 在 Visual Studio Code 中啟動專案，使用 Debug 模式運行。\n\n## 配置文件\n\n在 `appsettings.json` 中設定以下值：\n\n```json\n{\n  \"EmailHost\": \"your_email_host\",\n  \"EmailUsername\": \"your_email_username\",\n  \"EmailPassword\": \"your_email_password\",\n\n  \"JwtSettings\": {\n    \"Issuer\":  \"your_issuer\", \n    \"Audience\": \"your_audience\", \n    \"SignKey\": \"your_sign_key\"\n  },\n\n  \"Logging\": {\n      \"LogLevel\": {\n        \"Default\": \"Information\",\n        \"Microsoft\": \"Warning\",\n        \"Microsoft.Hosting.Lifetime\": \"Information\"\n      }\n  },\n\n  \"AllowedHosts\": \"*\"\n}\n```\n\n請將 `your_email_host`、`your_email_username`、`your_email_password`、`your_issuer`、`your_audience`、`your_sign_key` 替換為實際值。\n\n## 注意事項\n\n請確保相關套件已安裝，並且設定文件中的值是正確的，以確保 BidHUB 拍賣網站正確運行。\n\n## 介面\n![!\\[Alt text\\](Images/image-2.png)](Images/image-1.png) \n![!\\[Alt text\\](Images/image-2.png)](Images/image-2.png) \n![!\\[Alt text\\](Images/image-2.png)](Images/image.png) \n![!\\[Alt text\\](Images/image-2.png)](\u003cImages/Screenshot 2023-12-04 at 00.07.16.png\u003e)\n![!\\[Alt text\\](Images/image-2.png)](\u003cImages/Screenshot 2023-12-04 at 00.08.55.png\u003e) \n![!\\[Alt text\\](Images/image-2.png)](\u003cImages/Screenshot 2023-12-04 at 00.09.27.png\u003e) \n![!\\[Alt text\\](Images/image-2.png)](\u003cImages/Screenshot 2023-12-04 at 00.09.53.png\u003e)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiden1020%2Freact-asp.net-with-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiden1020%2Freact-asp.net-with-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiden1020%2Freact-asp.net-with-sqlite/lists"}