Coder Social home page Coder Social logo

causw_backend's Introduction

CAUSW Backend

Overview

해당 애플리케이션은 중앙대학교 소프트웨어학부 동문네트워크 커뮤니티 서비스의 Backend 서비스를 구동합니다.

서비스 이용 중 불편한 사항 혹은 문의사항이 있으신 경우 개발팀에 연락 부탁드리며, 서비스 개선을 위한 다양한 의견은 언제든 환영입니다.

프로젝트에 참여하시고 싶으시다면, Contributing Guide를 참조하시어 issue 혹은 pull request를 생성해주세요!

본 서비스에 많은 관심 부탁드립니다 :)

Architecture

해당 애플리케이션는 Hexagonal Architecture를 따른다.

Hexagonal Architecture

  • 계층 구조(Layered Architecture) 의 대안으로써 사용자 인터페이스나 기반 요소(Infrastructure) 의 변경에 영향을 받지 않는 핵심 코드, 즉 비즈니스 로직을 만들고 이를 견고하게 관리하기 위한 구조
  • Ports and Adapters Architecture 라고 불리기도 함

육각형 구조의 핵심은 비즈니스 로직이 다른 기술 영역의 영향을 받게 하지 않는 것

  • Adapters

    • 외부 영역과 내부 영역을 이어주는 어댑터
    • web : 웹 클라이언트에서의 요청을 처리
    • persistence : 데이터베이스 접근하여 데이터 처리
  • Application

    • 애플리케이션이 수행할 작업을 정의하고 표현력 있는 도메인 객체가 문제를 해결
    • 여기에는 도메인 로직이 없고, 오직 도메인의 여러 로직을 조합
    • spi : service provider interface (port interface) 를 관리, port 는 영속화 계층이 자신의 외부 영역과 상호 작용하는 방법을 정의
  • Domain

    • 도메인에 관한 정보, 비즈니스 로직을 표현하는 일을 책임

Contact

Email : [email protected]

causw_backend's People

Contributors

pingoo33 avatar gunhee5719 avatar ase3238 avatar hoonkii avatar jhcheon1000 avatar dlsrks1021 avatar

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.