From 997709581e473d5169bf474c0494ef4320e7a431 Mon Sep 17 00:00:00 2001 From: sourabhlodha Date: Fri, 14 Mar 2025 11:00:23 +0530 Subject: [PATCH 1/4] changes --- README.md | 2 +- .env => envSample | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename .env => envSample (86%) diff --git a/README.md b/README.md index e500f4e6b..701bb0a30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AI Platform Template +# AI Platform ## Pre-requisites diff --git a/.env b/envSample similarity index 86% rename from .env rename to envSample index 1d44286e2..23fe5f23c 100644 --- a/.env +++ b/envSample @@ -17,7 +17,7 @@ PROJECT_NAME="Full Stack FastAPI Project" STACK_NAME=full-stack-fastapi-project # Backend -BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com" +BACKEND_CORS_ORIGINS="http://localhost" SECRET_KEY=changethis FIRST_SUPERUSER=admin@example.com FIRST_SUPERUSER_PASSWORD=changethis @@ -42,4 +42,4 @@ SENTRY_DSN= # Configure these with your own Docker registry images DOCKER_IMAGE_BACKEND=backend -DOCKER_IMAGE_FRONTEND=frontend +DOCKER_IMAGE_FRONTEND=frontend \ No newline at end of file From dfe50b947aa2b39ad8ab22a0fd3248424ac81ff4 Mon Sep 17 00:00:00 2001 From: sourabhlodha Date: Fri, 14 Mar 2025 11:06:35 +0530 Subject: [PATCH 2/4] changes --- envSample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envSample b/envSample index 23fe5f23c..6a85519fc 100644 --- a/envSample +++ b/envSample @@ -13,8 +13,8 @@ FRONTEND_HOST=http://localhost:5173 # Environment: local, staging, production ENVIRONMENT=local -PROJECT_NAME="Full Stack FastAPI Project" -STACK_NAME=full-stack-fastapi-project +PROJECT_NAME="AI Platform" +STACK_NAME=AI-Platform # Backend BACKEND_CORS_ORIGINS="http://localhost" From 533790eb941643b978d1f762e706431cc8f6a0f7 Mon Sep 17 00:00:00 2001 From: sourabhlodha Date: Fri, 14 Mar 2025 11:08:15 +0530 Subject: [PATCH 3/4] changes --- envSample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envSample b/envSample index 6a85519fc..70688aa05 100644 --- a/envSample +++ b/envSample @@ -14,7 +14,7 @@ FRONTEND_HOST=http://localhost:5173 ENVIRONMENT=local PROJECT_NAME="AI Platform" -STACK_NAME=AI-Platform +STACK_NAME=ai-platform # Backend BACKEND_CORS_ORIGINS="http://localhost" From 1459e2941e203c567be64fd4395a4473435cc75f Mon Sep 17 00:00:00 2001 From: sourabhlodha Date: Fri, 14 Mar 2025 11:09:26 +0530 Subject: [PATCH 4/4] changes --- deployment.md | 2 +- development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.md b/deployment.md index eadf76dda..b75a42137 100644 --- a/deployment.md +++ b/deployment.md @@ -1,4 +1,4 @@ -# FastAPI Project - Deployment +# AI Platform - Deployment You can deploy the project using Docker Compose to a remote server. diff --git a/development.md b/development.md index d7d41d73f..412c31927 100644 --- a/development.md +++ b/development.md @@ -1,4 +1,4 @@ -# FastAPI Project - Development +# AI Platform - Development ## Docker Compose