Skip to content

Commit 56c30e6

Browse files
sourabhlodhasourabhlodha
andauthored
Readme update (#47)
rename project and stack --------- Co-authored-by: sourabhlodha <sourabhlodha@Administrators-MacBook-Pro.local>
1 parent ff651a8 commit 56c30e6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastAPI Project - Deployment
1+
# AI Platform - Deployment
22

33
You can deploy the project using Docker Compose to a remote server.
44

development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastAPI Project - Development
1+
# AI Platform - Development
22

33
## Docker Compose
44

envSample

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ FRONTEND_HOST=http://localhost:5173
1313
# Environment: local, staging, production
1414
ENVIRONMENT=local
1515

16-
PROJECT_NAME="Full Stack FastAPI Project"
17-
STACK_NAME=full-stack-fastapi-project
16+
17+
PROJECT_NAME="AI Platform"
18+
STACK_NAME=ai-platform
19+
1820

1921
# Backend
2022
BACKEND_CORS_ORIGINS="http://localhost"

0 commit comments

Comments
 (0)