Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Oct 2, 2024
1 parent 24036db commit 2cc4efa
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,97 @@ Swagger - https://admin.brb-titans.uz/swagger/
Try Demo Mobile (Android) - https://drive.google.com/drive/folders/1WVjmMA3Kf8s57AockCHedjY9b478zFPL?usp=sharing

Try Demo Desktop (Windows) - https://drive.google.com/drive/folders/1n22_7z-yohqMyC2TEVy7Zjg5d1fMbQbf?usp=sharing


```
├── apps
│   ├── anons
│   │   ├── api
│   │   │   ├── AnonsDetail
│   │   │   ├── AnonsList
│   │   │   └── AnonsReadUpdate
│   │   └── migrations
│   ├── applications
│   │   ├── api
│   │   │   └── ApplicationsList
│   │   └── migrations
│   ├── approvals
│   │   └── migrations
│   ├── assistants
│   │   └── migrations
│   ├── borrowers
│   │   ├── api
│   │   │   └── BorrowersList
│   │   └── migrations
│   ├── cards
│   │   ├── api
│   │   │   ├── CardsCreate
│   │   │   ├── CardsDelete
│   │   │   ├── CardsDetail
│   │   │   ├── CardsList
│   │   │   └── CardsUpdate
│   │   └── migrations
│   ├── chats
│   │   ├── api
│   │   │   ├── DirectChatCreate
│   │   │   ├── DirectChatDetail
│   │   │   ├── DirectChatList
│   │   │   ├── DirectMessageCreate
│   │   │   ├── DirectMessageList
│   │   │   ├── GroupChatDetail
│   │   │   ├── GroupChatList
│   │   │   └── UserList
│   │   └── migrations
│   ├── clients
│   │   ├── api
│   │   │   ├── ClientsCreate
│   │   │   ├── ClientsDelete
│   │   │   ├── ClientsDetail
│   │   │   ├── ClientsList
│   │   │   └── ClientsUpdate
│   │   └── migrations
│   ├── common
│   │   └── migrations
│   ├── events
│   │   └── migrations
│   ├── loans
│   │   ├── api
│   │   │   └── LoansList
│   │   └── migrations
│   ├── meetings
│   │   └── migrations
│   ├── notifications
│   │   └── migrations
│   ├── payments
│   │   ├── api
│   │   │   ├── PaymentCreate
│   │   │   ├── PaymentDelete
│   │   │   ├── PaymentDetail
│   │   │   ├── PaymentList
│   │   │   └── PaymentUpdate
│   │   └── migrations
│   ├── planners
│   │   ├── api
│   │   │   ├── TaskCreate
│   │   │   ├── TaskDelete
│   │   │   ├── TaskDetail
│   │   │   ├── TaskList
│   │   │   ├── TaskListDelete
│   │   │   └── TaskUpdate
│   │   └── migrations
│   └── users
│   └── migrations
├── compose
│   └── django
├── core
│   └── settings
├── locales
│   ├── en
│   │   └── LC_MESSAGES
│   ├── ru
│   │   └── LC_MESSAGES
│   └── uz
│   └── LC_MESSAGES
├── requirements
└── staticfiles
```

0 comments on commit 2cc4efa

Please sign in to comment.