Skip to content

dohun08/CongG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CongG Development Setup

PRD 기준으로 구현 코드는 제외하고 개발환경 실행 골격만 구성한 상태입니다.

Prerequisites

  • Node.js 20 LTS
  • pnpm 9+
  • JDK 21
  • Docker Desktop

Project Structure

  • frontend: React + TypeScript + Vite
  • backend: Spring Boot 3 + Java 21 + JPA/Flyway
  • docker-compose.yml: MySQL 8 로컬 실행
  • docs: 기획 문서

1) Start MySQL

docker compose up -d mysql

2) Frontend Setup

cd frontend
pnpm install
cp .env.example .env
pnpm dev

Frontend default port: 5173

3) Backend Setup

cd backend
cp .env.example .env
gradle bootRun --args='--spring.profiles.active=local'

Backend default port: 8080

4) Health Check

curl http://localhost:8080/actuator/health

Notes

  • 실제 도메인 로직 및 API 구현은 포함하지 않았습니다.
  • DB 스키마는 Flyway 초기 파일로만 준비되어 있습니다.

About

졸업작품 콩쥐야 왜울어? 레포지토리입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors