-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_structure.text
More file actions
87 lines (87 loc) · 1.55 KB
/
project_structure.text
File metadata and controls
87 lines (87 loc) · 1.55 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
- .env
- .gitignore
- .idea
- code_structure.txt
- CountrySelector.tsx
- Footer.tsx
- SidebarResponsive.tsx
- client
- .eslintrc.json
- components
- Banner.tsx
- CkEditor.tsx
- FullScreenHeader.tsx
- Login.tsx
- MobileHeader.tsx
- MyProfile.tsx
- Sidebar.tsx
- Dockerfile
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- pages
- about.tsx
- api
- hello.ts
- index.tsx
- memory.tsx
- new_memory.tsx
- _app.tsx
- _document.tsx
- public
- favicon.ico
- next.svg
- thirteen.svg
- vercel.svg
- README.md
- store.tsx
- styles
- editor.css
- globals.css
- Home.module.css
- layout.css
- tsconfig.json
- docker-compose.yml
- memoryPartnerDb
- 00-create_db.sql
- 01-create-table-users.sql
- 02-populate-users-table.sql
- package-lock.json
- package.json
- README.md
- server
- .eslintrc.js
- .prettierrc
- dist
- main.js
- Dockerfile
- entities
- memories.entity.ts
- users.entity.ts
- migrations
- 1680608251780-Create_Memories.ts
- nest-cli.json
- ormConfig.ts
- package-lock.json
- package.json
- README.md
- src
- app.controller.spec.ts
- app.controller.ts
- app.module.ts
- app.service.ts
- components
- main.ts
- memories
- dto
- memories.dto.ts
- memories.cotroller.ts
- memories.module.ts
- memories.service.ts
- test
- app.e2e-spec.ts
- jest-e2e.json
- tsconfig.build.json
- tsconfig.json
- webpack-hmr.config.js