Rename project from "EventSpace" to "App" across files

Updated project name references in configuration, scripts, and code. This includes changes to database URLs, Docker commands, environment variables, and displayed API titles. Ensures consistency with the new project name "App".
This commit is contained in:
2025-02-27 13:50:51 +01:00
parent b76a45d0ce
commit b02d38f5b2
7 changed files with 10 additions and 10 deletions

View File

@@ -25,10 +25,10 @@ async def root():
return """
<html>
<head>
<title>EventSpace API</title>
<title>App API</title>
</head>
<body>
<h1>Welcome to EventSpace API</h1>
<h1>Welcome to app API</h1>
<p>Explore the available endpoints and documentation:</p>
<a href="/docs">OpenAPI Documentation</a>
</body>