.NET Web API
Go to file
2025-02-27 15:20:50 +09:00
Program [♻️] PUSH API 리팩토링 진행 중 2025-02-27 15:20:50 +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 [] init_API GIT 2024-11-04 14:46:04 +09:00
appsettings.json [] 회원가입 시 회원 정보 저장 API & 토큰 추가 API 만드는 중 2025-02-21 17:53:32 +09:00
Back.csproj [👷🏻] 채팅(Base) 수정 2차 & 로컬 맥 데이터 머지 작업 2025-02-17 22:52:44 +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 [👷] DEV 서버 올리기 위한 수정 작업 2025-02-25 17:38:30 +09:00
README.md [👷🏻] 채팅(Base) 수정 2차 & 로컬 맥 데이터 머지 작업 2025-02-17 22:52:44 +09:00
SwaggerConfigure.cs [] 각종 설정 및 Version 체크 컨트롤러 작성 2024-11-27 17:58:07 +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
5 Dapper 2.1.35 SQL 직접 작성