Skip to content

Commit fbdd0cd

Browse files
authored
Merge pull request #19 from CapstoneProjectCMC/post-service
Post service
2 parents 6aab5b9 + 45116c7 commit fbdd0cd

File tree

77 files changed

+3337
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+3337
-0
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ DOCKER_GID=999
2121
AI_USERNAME=postgres_ai
2222
AI_DB_PASSWORD=dinhanst2832004
2323
AI_DATABASE=ai_db
24+
POST_USERNAME=postgres_post
25+
POST_DB_PASSWORD=dinhanst2832004
26+
POST_DATABASE=post_db
2427
#Redis
2528
REDIS_PASSWORD=dinhanst2832004
2629
#Neo4j

.idea/compiler.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vs/VSWorkspaceState.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\FileService",
5+
"\\FileService\\FileService.Api"
6+
],
7+
"SelectedNode": "\\FileService\\FileService.sln",
8+
"PreviewInSolutionExplorer": false
9+
}
Binary file not shown.
Binary file not shown.

.vs/backend/v17/.wsuo

16.5 KB
Binary file not shown.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "D:\\CNTT\\Capstone Project\\backend\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\CNTT\\Capstone Project\\backend\\FileService\\FileService.Api\\Program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:FileService\\FileService.Api\\Program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
}
9+
],
10+
"DocumentGroupContainers": [
11+
{
12+
"Orientation": 0,
13+
"VerticalTabListWidth": 256,
14+
"DocumentGroups": [
15+
{
16+
"DockedWidth": 200,
17+
"SelectedChildIndex": 0,
18+
"Children": [
19+
{
20+
"$type": "Document",
21+
"DocumentIndex": 0,
22+
"Title": "Program.cs",
23+
"DocumentMoniker": "D:\\CNTT\\Capstone Project\\backend\\FileService\\FileService.Api\\Program.cs",
24+
"RelativeDocumentMoniker": "FileService\\FileService.Api\\Program.cs",
25+
"ToolTip": "D:\\CNTT\\Capstone Project\\backend\\FileService\\FileService.Api\\Program.cs",
26+
"RelativeToolTip": "FileService\\FileService.Api\\Program.cs",
27+
"ViewState": "AgIAAAkAAAAAAAAAAAAAABMAAAAoAAAAAAAAAA==",
28+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
29+
"WhenOpened": "2025-08-12T20:18:19.009Z",
30+
"EditorCaption": ""
31+
}
32+
]
33+
}
34+
]
35+
}
36+
]
37+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "D:\\CNTT\\Capstone Project\\backend\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|D:\\CNTT\\Capstone Project\\backend\\FileService\\FileService.Api\\Program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
7+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:FileService\\FileService.Api\\Program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
8+
}
9+
],
10+
"DocumentGroupContainers": [
11+
{
12+
"Orientation": 0,
13+
"VerticalTabListWidth": 256,
14+
"DocumentGroups": [
15+
{
16+
"DockedWidth": 200,
17+
"SelectedChildIndex": 0,
18+
"Children": [
19+
{
20+
"$type": "Document",
21+
"DocumentIndex": 0,
22+
"Title": "Program.cs",
23+
"DocumentMoniker": "D:\\CNTT\\Capstone Project\\backend\\FileService\\FileService.Api\\Program.cs",
24+
"RelativeDocumentMoniker": "FileService\\FileService.Api\\Program.cs",
25+
"ToolTip": "D:\\CNTT\\Capstone Project\\backend\\FileService\\FileService.Api\\Program.cs",
26+
"RelativeToolTip": "FileService\\FileService.Api\\Program.cs",
27+
"ViewState": "AgIAAAkAAAAAAAAAAAAAABMAAAAoAAAAAAAAAA==",
28+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
29+
"WhenOpened": "2025-08-12T20:18:19.009Z",
30+
"EditorCaption": ""
31+
}
32+
]
33+
}
34+
]
35+
}
36+
]
37+
}
159 KB
Binary file not shown.

0 commit comments

Comments
 (0)