-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_structure.txt
More file actions
54 lines (53 loc) · 1.6 KB
/
Copy pathproject_structure.txt
File metadata and controls
54 lines (53 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.
├── backend
│ ├── app
│ │ ├── config
│ │ ├── __init__.py
│ │ ├── routes
│ │ ├── services
│ │ └── utils
│ ├── cors.json
│ ├── Dockerfile
│ ├── morph-and-split-toolkit-key.json
│ ├── requirements.txt
│ └── requirements_with_gpu.txt
├── docker-compose.yml
├── frontend
│ ├── Dockerfile
│ ├── eslint.config.js
│ ├── index.html
│ ├── package.json
│ ├── package-lock.json
│ ├── public
│ │ ├── assets
│ │ └── vite.svg
│ ├── src
│ │ ├── assets
│ │ ├── components
│ │ ├── entities
│ │ ├── hooks
│ │ ├── index.css
│ │ ├── main.tsx
│ │ ├── pages
│ │ ├── routes.tsx
│ │ ├── services
│ │ ├── store
│ │ ├── theme.ts
│ │ └── vite-env.d.ts
│ ├── tsconfig.app.json
│ ├── tsconfig.app.tsbuildinfo
│ ├── tsconfig.json
│ ├── tsconfig.node.json
│ ├── tsconfig.node.tsbuildinfo
│ ├── vercel.json
│ └── vite.config.ts
├── gc_authentication_setup.md
├── project_structure.txt
├── README.md
└── screenshots
├── 10.png
├── 11.png
├── 4.png
├── 5.png
└── 7.png
18 directories, 33 files