.NET Web API
Go to file
2025-04-04 17:56:16 +09:00
Diary [📝] 25.04.03 TO-DO 기록 2025-04-03 10:38:14 +09:00
Program [♻️] 전체적인 구조 리팩토링 진행중2 (PushController part) 2025-04-04 17:56:16 +09:00
Properties [] init_API GIT 2024-11-04 14:46:04 +09:00
.gitignore [📝] gitignore 수정 2025-02-26 09:11:24 +09:00
appsettings.Development.json [♻️] PUSH API 리팩토링 진행 중_3 : 대용량 발신 위한 버전 작성 중 2025-02-27 17:09:35 +09:00
appsettings.json [♻️] PUSH API 리팩토링 진행 중_3 : 대용량 발신 위한 버전 작성 중 2025-02-27 17:09:35 +09:00
Back.csproj [♻️] 전체적인 구조 리팩토링 진행중 2025-04-03 17:53:54 +09:00
Back.http [] init_API GIT 2024-11-04 14:46:04 +09:00
Jenkinsfile [📝] Jenkinsfile 수정 2024-11-05 10:17:56 +09:00
Program.cs [♻️] 전체적인 구조 리팩토링 진행중2 (PushController part) 2025-04-04 17:56:16 +09:00
README.md [📝] README 수정 2025-03-19 17:55:01 +09:00
SwaggerConfigure.cs [♻️] 전체적인 구조 리팩토링 진행중 2025-04-03 17:53:54 +09:00

API Server

Development Environment

Skill

  • .NET Web API

IDE

  • JetBrains Rider

추가 패키지

No. Name Version Description
1 Microsoft.AspNetCore.OpenApi 8.0.10 OpenAPI 를 지원하기 위해 사용
2 Microsoft.EntityFrameworkCore 8.0.10 데이터베이스 작업을 간편하게 수행하기 위해 사용
3 Pomelo.EntityFrameworkCore.MySql 8.0.2 MariaDB 연결
4 Microsoft.AspNetCore.Authentication.JwtBearer 8.0.10