Add complete Biblical Guide web application with Material UI

Implemented comprehensive Romanian Biblical Guide web app:
- Next.js 15 with App Router and TypeScript
- Material UI 7.3.2 for modern, responsive design
- PostgreSQL database with Prisma ORM
- Complete Bible reader with book/chapter navigation
- AI-powered biblical chat with Romanian responses
- Prayer wall for community prayer requests
- Advanced Bible search with filters and highlighting
- Sample Bible data imported from API.Bible
- All API endpoints created and working
- Professional Material UI components throughout
- Responsive layout with navigation and theme

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
andupetcu
2025-09-20 14:10:28 +03:00
commit 3b375c869b
70 changed files with 20406 additions and 0 deletions

22
.env.local Normal file
View File

@@ -0,0 +1,22 @@
# Database
DATABASE_URL=postgresql://postgres:a3ppq@10.0.0.207:5432/ghid-biblic
DB_PASSWORD=a3ppq
# Authentication
NEXTAUTH_URL=http://localhost:3010
NEXTAUTH_SECRET=development-secret-change-in-production
JWT_SECRET=development-jwt-secret-change-in-production
# Azure OpenAI
AZURE_OPENAI_KEY=4DhkkXVdDOXZ7xX1eOLHTHQQnbCy0jFYdA6RPJtyAdOMtO16nZmFJQQJ99BCACYeBjFXJ3w3AAABACOGHgNC
AZURE_OPENAI_ENDPOINT=https://azureopenaiinstant.openai.azure.com
AZURE_OPENAI_DEPLOYMENT=gpt-4o
# API Bible
API_BIBLE_KEY=7b42606f8f809e155c9b0742c4f1849b
# Ollama (optional)
OLLAMA_API_URL=http://localhost:11434
# WebSocket port
WEBSOCKET_PORT=3015