first commit

This commit is contained in:
2025-10-21 22:04:03 -06:00
commit 4e71ef9c66
36 changed files with 2271 additions and 0 deletions

20
packages/api/.env.example Normal file
View File

@@ -0,0 +1,20 @@
# Server Configuration
PORT=3001
NODE_ENV=development
# Database
DATABASE_URL="postgresql://basil:basil@localhost:5432/basil?schema=public"
# Storage Configuration
STORAGE_TYPE=local
LOCAL_STORAGE_PATH=./uploads
# S3 Configuration (Optional)
# STORAGE_TYPE=s3
# S3_BUCKET=basil-recipes
# S3_REGION=us-east-1
# S3_ACCESS_KEY_ID=your-access-key
# S3_SECRET_ACCESS_KEY=your-secret-key
# CORS
CORS_ORIGIN=http://localhost:5173