Giter Site home page Giter Site logo

repracticespringboot_backend's Introduction

Yummy Board

개발자 🧑🏻‍💻 영호

😆 프로젝트 링크 : yummyBoard

사용 기술

  • Frontend : Vue.js
  • Backend : Spring Boot / JPA
  • Infra : AWS EC2 / AWS RDS
  • 형상 관리 : Git

데이터베이스 스키마

프로젝트 기능

  • 게시글
    • CRUD V
    • 파일 업로드 V
    • 댓글 V
    • 대댓글 V
    • 좋아요 V
      • 좋아요 중복 방지 기능 V
      • 좋아요 동시성 이슈 문제 해결 V
    • 조회수 카운팅 V
  • 페이징 V
  • 게시글 검색 V
  • 정렬(좋아요순, 날짜순, 조회순) V

✏️ 개발 과정 중 얻은 지식 모음

repracticespringboot_backend's People

Contributors

dudgh9661 avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

repracticespringboot_backend's Issues

게시글 조회시 댓글/대댓글 정보도 함께 조회해온다.

기존 시스템에선
  1. Client에서 게시글 정보 요청
  2. 게시글 정보 반환
  3. Client에서 댓글 정보 요청
  4. 댓글 정보 반환
    으로 이루어졌다.
그러나, 게시글과 댓글은 양방향 관계로 설정하였기 때문에
  1. Client에서 게시글 정보 요청
  2. 게시글 정보 + 댓글 정보를 함께 반환
    처럼 바꿀 수 있다.

이렇게 되면 네트워크를 1번만 타도 되기 때문에 네트워크 비용을 절감할 수 있다.

After와 같이 동작하도록 코드를 리팩토링 한다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.