1 min read
Deployment Guide
Environment Requirements
Development Environment
- Node.js 18+
- Python 3.9+
- Docker (optional)
Production Environment
- Google Cloud Platform
- Vercel (frontend)
- Cloud Run (backend)
Deployment Steps
Frontend Deployment
- Build the project
npm run build
- Deploy to Vercel
vercel --prod
Backend Deployment
- Build Docker image
docker build -t aippt-backend .
- Deploy to Cloud Run
gcloud run deploy aippt-backend
Environment Variables Configuration
Frontend Environment Variables
NEXT_PUBLIC_API_URLNEXT_PUBLIC_FIREBASE_CONFIG
Backend Environment Variables
DATABASE_URLDEEPSEEK_API_KEYSTRIPE_SECRET_KEY
Monitoring and Logging
Application Monitoring
- Google Cloud Monitoring
- Error tracking and performance monitoring
Log Management
- Structured logging
- Log aggregation and analysis
Need deployment help? Contact our DevOps team for assistance.