Skip to content

Commit

Permalink
Rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Dec 5, 2024
1 parent b984102 commit 9bc6d5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend/dbcon/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def set_engine(self: Self) -> None:
self.db_uri,
connect_args={
"connect_timeout": 10,
"application_name": "app-store-dash",
"application_name": "appgoblin",
},
)
logger.info(f"Created PostgreSQL Engine {self.db_name}")
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app-store-dash",
"name": "appgoblin",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</div>
</div>
<div class="flex items-center p-1 gap-2">
<a href="https://github.com/ddxv/app-store-dash" target="_blank" rel="noreferrer">
<a href="https://github.com/ddxv/appgoblin" target="_blank" rel="noreferrer">
<button type="button" class="btn preset-tonal hover:preset-tonal-primary p-2">
<div class="inline-flex items-center text-xs md:text-lg gap-2">
{@html githubIcon} GitHub
Expand Down
12 changes: 5 additions & 7 deletions frontend/src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,11 @@
<br />
<p>
The website itself is also open source and can be found at
<strong
><a href="https://github.com/ddxv/app-store-dash">github.com/ddxv/app-store-dash</a
></strong
> The website is built from a Python backend API based on LiteStar which manages queries to the
PostgreSQL database. The API is used by a JavaScript Svelte frontend with Tailwind and Skeleton
for CSS. All projects are glued together with systemd and websockets where needed. Everything
is hosted on AWS in the small EC2 instances.
<strong><a href="https://github.com/ddxv/appgoblin">github.com/ddxv/appgoblin</a></strong> The
website is built from a Python backend API based on LiteStar which manages queries to the PostgreSQL
database. The API is used by a JavaScript Svelte frontend with Tailwind and Skeleton for CSS.
All projects are glued together with systemd and websockets where needed. Everything is hosted
on AWS in the small EC2 instances.
</p>

<br />
Expand Down

0 comments on commit 9bc6d5a

Please sign in to comment.