Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FastAPI Project - Deployment
# AI Platform - Deployment

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

Expand Down
2 changes: 1 addition & 1 deletion development.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FastAPI Project - Development
# AI Platform - Development

## Docker Compose

Expand Down
6 changes: 4 additions & 2 deletions envSample
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ 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"
Expand Down