.NET Web API
Go to file
2025-05-19 17:00:19 +09:00
Diary [📝] 25.04.14 TO-DO 기록 2025-04-14 09:41:11 +09:00
Program Merge pull request '프론트 테스트 머지' (#2) from Academy into main 2025-05-19 06:46:25 +00:00
Properties [] init_API GIT 2024-11-04 14:46:04 +09:00
.gitignore [📝] gitignore 수정 2025-05-19 15:39:40 +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 [♻️] 개발기 Front 검증 2 2025-05-19 17:00:19 +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