Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 572 Bytes

CODE_ARCHITECTURE.md

File metadata and controls

10 lines (8 loc) · 572 Bytes

Overview

This document is an index document for the application's code-level architecture. Anything that's general code-level architecture belongs here. This differs from "code standards" because it is used specifically for implementation details related to architecture.

There are 2 documents that cover the code-level architecture for front-end or backend code:

  1. Front-end API framework CODE_ARCHITECTURE_FE_API.md document.
  2. Back-end API code patterns CODE_ARCHITECTURE_BE_API.md document.