Skip to content

✨ New backend architecture #300

Closed
@wu-clan

Description

@wu-clan

Original architecture

fba
 ├─ backend
 |     ├─ app
 |     |   ├─ alembic
 |     |   ├─ api
 |     |   ├─ common
 |     |   ├─ core
 |     |   ├─ crud
 |     |   ├─ database
 |     |   ├─ middleware
 |     |   ├─ models
 |     |   ├─ schemas
 |     |   ├─ services
 |     |   ├─ static
 |     |   ├─ tests
 |     |   ├─ utils
 |     |   └─ main.py
 |     └─ sql
 └─ ... 

New architecture

fba
 ├─ backend
 |     ├─ alembic
 |     ├─ app
 |     |   ├─ admin
 |     |   |    ├─ api
 |     |   |    ├─ crud
 |     |   |    ├─ model
 |     |   |    ├─ schema
 |     |   |    ├─ service
 |     |   |    ├─ tests
 |     |   |    └─ ...
 |     |   └─ ...
 |     ├─ common
 |     ├─ core
 |     ├─ database
 |     ├─ middleware
 |     ├─ static
 |     ├─ utils
 |     └─ sql
 └─ ... 

In order to adapt to the continuous expansion of the back-end service, the new architecture splits the service, and the original architecture will be sealed as a locked branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions