Skip to content

Developer-Sauna-Club/TMI_HOMERS_BE

Repository files navigation

TMI_HOMERS_BE

멤버

김다은 신동호 이상훈 이채연 정동환

실행 방법

인프라 실행 방법

Docker Desktop을 실행하고, 프로젝트 폴더의 루트 디렉토리에서 docker-compose up -d 를 입력하면, 백그라운드에서 인프라가 실행됨.

로컬 서버 실행 방법

corepack enable # 패키지 매니저를 위한 corepack 활성화 (최초 한 번만 실행)
pnpm install # 패키지 설치
pnpm prisma generate # Prisma 클라이언트에 현재 Prisma Schema의 내용을 반영 (schema.prisma 파일 바꿀 때마다 실행해야 함.)
pnpm start:local # Hot Reload가 적용된 로컬 개발 서버 실행

DB 연동 테스트용 API

--------------------------------------------------------------
GET http://localhost:5010/hello
- hello 테이블의 모든 내용 조회
--------------------------------------------------------------

--------------------------------------------------------------
POST http://localhost:5010/hello
- hello 테이블에 컬럼 추가

Content-Type: x-www-form-urlencoded

Request Body
title: string (제목)
content: string (내용)
--------------------------------------------------------------

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •