Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 739 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 739 Bytes

DamDam_Backend

Directory structure

DAMDAM_BACKEND/
├── app/
│   ├── core/
│   │   ├── __init__.py
│   │   ├── config.py
│   │   ├── security.py
│   ├── item/
│   │   ├── __init__.py
│   │   ├── item_router.py
│   │   ├── item_service.py
│   │   ├── schemas.py
│   ├── user/
│   │   ├── __init__.py
│   │   ├── user_router.py
│   │   ├── user_service.py
│   │   ├── schemas.py
│   ├── database/
│   │   ├── __init__.py
│   │   ├── session.py
│   │   ├── models.py
│   ├── __init__.py
│   ├── main.py
├── .env
└── README.md