Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 593 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 593 Bytes

sight-backend

쿠러그 사이트의 백엔드 레포지토리입니다.

Coverage Status

사전 준비

  • Node.js v20.17.0
    • nvm을 사용하면 더 편합니다.
  • Docker
    • 개발 환경이 도커로 이루어져 있습니다.

설치

git clone https://github.com/khu-khlug/sight-backend.git
npm install -g yarn
yarn install

로컬 개발 시

yarn compose

테스트 실행

yarn test