Skip to content

[CHORE] Design ERD and Schema for Supabase Integration #10

@dmp100

Description

@dmp100

Task Description

현재 Fake Data 구조를 기반으로 Supabase(PostgreSQL)용 데이터베이스 스키마와 ERD를 설계한다. 이후 Spring Boot 백엔드와 통합 시 재사용 가능한 확장형 구조로 설계한다.

Based on the current fake data, design the database schema and ERD for Supabase (PostgreSQL). The schema should be scalable and reusable for later integration with the Spring Boot backend.

Todo List

  • Extract entities from Fake Data (Post, User, Tag, etc.)

  • Define relationships (1:N, N:M) and constraints

  • Design schema fields considering scalability (timestamps, foreign keys)

  • Create ERD using PlantUML or Draw.io

  • Implement tables and relationships in Supabase Dashboard

  • Document schema structure for later API integration

Development Scope

Server (Spring boots)

Metadata

Metadata

Assignees

Labels

choreBuild, dependencies, configplatform: 🌱 serverServer/backend implementation

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions