Go to file
Ender 5ec4438bce docs: add comprehensive database and testing documentation
- Created DATABASE_SETUP.md with detailed MySQL setup, troubleshooting, and maintenance guides
- Added QUICK_TEST_GUIDE.md with step-by-step testing procedures for mobile responsiveness, image uploads, content statistics, and full workflow
- Included troubleshooting sections in both guides with common issues and solutions
- Added environment variable documentation and database schema details
- Documented backup/restore procedures and verification steps for
2025-10-26 23:21:34 +01:00
.gitea/workflows Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
apps feat: update database credentials and add content statistics docs 2025-10-26 22:52:14 +01:00
data/drafts feat: add MySQL database integration with Drizzle ORM for post and audio clip storage 2025-10-24 14:57:54 +02:00
docker docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
packages/config-ts chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
tmp feat: add S3 config validation and improve error messages in STT endpoint 2025-10-24 02:42:04 +02:00
.dockerignore feat: add deployment and server configuration files 2025-10-25 23:04:04 +02:00
.env refactor: standardize database credentials and naming 2025-10-26 22:55:11 +01:00
.env.example Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
.gitignore Track deployment env file for workflow 2025-10-26 21:26:54 +00:00
AI_GENERATION_FEATURE.md docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
BACKEND_UPDATES.md feat: add keyboard shortcuts, pagination, and auto-upload for audio recordings 2025-10-24 23:31:33 +02:00
CADDY_SETUP.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
Caddyfile fix: update proxy config and db wiring 2025-10-25 23:29:04 +00:00
CONTENT_STATISTICS_PLAN.md feat: update database credentials and add content statistics docs 2025-10-26 22:52:14 +01:00
CONTENT_STATISTICS_SUMMARY.md feat: update database credentials and add content statistics docs 2025-10-26 22:52:14 +01:00
DATABASE_SETUP.md docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
deploy.sh feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
DEPLOYMENT_GUIDE.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
DEPLOYMENT_SUMMARY.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
docker-compose.yml docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
LOCAL_TESTING.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
MOBILE_COMPATIBILITY.md feat: add mobile image upload support with camera integration 2025-10-26 22:36:21 +01:00
MULTI_APP_VPS_SETUP.md feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
nginx-vps.conf feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
package.json chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
PLAN.md feat: add multi-clip recording and reordering support in audio recorder 2025-10-24 14:15:37 +02:00
pnpm-lock.yaml feat: add AI prompt field to post editor and database schema 2025-10-24 16:37:47 +02:00
pnpm-workspace.yaml chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
QUICK_START.md Align deployment workflow with production compose stack 2025-10-26 21:12:01 +00:00
QUICK_TEST_GUIDE.md docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
TEST_README.md docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00
test.sh docs: add comprehensive database and testing documentation 2025-10-26 23:21:34 +01:00