Skip to content

Commit cab3082

Browse files
committed
fixes in change project name from PostBase to userPost
1 parent 8b0fa92 commit cab3082

7 files changed

Lines changed: 8 additions & 118 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PostBase-Project
1+
# userPost
22

3-
**PostBase** is a full-stack content platform where users can create posts, manage their accounts, and interact with structured content.
3+
**userPost** is a full-stack content platform where users can create posts, manage their accounts, and interact with structured content.
44

55
> Built as a serious engineering project, not a demo CRUD app.
66
@@ -18,7 +18,7 @@
1818

1919
## 🧱 Architecture Overview
2020

21-
PostBase follows a **service-oriented architecture** with clear responsibility boundaries.
21+
userPost follows a **service-oriented architecture** with clear responsibility boundaries.
2222

2323
## Goal
2424
The main purpose project is to master Backend Development and DevOps workflows.

post-svc/.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

post-svc/.github/workflows/codeql.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

post-svc/src/partials/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="/" class="flex items-center gap-2 group transition-transform active:scale-95 shrink">
66
<img class="h-8 w-auto" src="/assets/img/text-logo.png" alt="userPost" />
77
<p class="text-2xl lg:text-3xl font-black tracking-tighter {{#unless homepage}} hidden {{/unless}} lg:inline-block">
8-
<span class="text-green-500">Post</span><span class="text-purple-600">Base</span>
8+
<span class="text-green-500">user</span><span class="text-purple-600">Post</span>
99
</p>
1010
</a>
1111

post-svc/src/partials/welcome.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<div class="flex items-center gap-2 shrink-0">
77
<img class="h-16 w-auto" src="/assets/img/text-logo.png" alt="userPost logo" />
88
<h2 class="text-4xl font-bold leading-none tracking-tighter">
9-
<span class="text-green-500 dark:text-green-600">Post</span><span
10-
class="text-purple-500 dark:text-purple-600">Base</span>
9+
<span class="text-green-500 dark:text-green-600">user</span><span
10+
class="text-purple-500 dark:text-purple-600">Post</span>
1111
</h2>
1212
</div>
1313
<p class="text-sm text-center font-medium text-base-content opacity-70">

post-svc/src/public/assets/favicon/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "PostBase",
3-
"short_name": "PostBase",
2+
"name": "userPost",
3+
"short_name": "userPost",
44
"icons": [
55
{
66
"src": "/assets/favicon/web-app-manifest-192x192.png",

0 commit comments

Comments
 (0)