Commit Graph

7 Commits

Author SHA1 Message Date
93dab0c8b5 Updated image url 2025-11-09 17:53:05 -05:00
Ryderjj89
ceeb465c8d Add multi-version Bible support with ESV and NKJV translations
- Rename project from 'ESV Bible' to 'The Bible'
- Implement version selection dropdown in homepage header
- Add support for multiple Bible versions:
  * ESV (English Standard Version) - from mdbible
  * NKJV (New King James Version) - from local NKJV/ directory
- Update all API endpoints to accept version parameter (?version=esv|?version=nkjv)
- Add version-aware favorites system that stores and displays Bible version (e.g., 'Genesis 1:1 (ESV)')
- Update database schema to include version column in favorites table
- Maintain backward compatibility with existing data
- Update Docker configuration and documentation
2025-09-28 12:13:37 -04:00
Ryderjj89
f46db34329 Fix volume consistency - use esv-bible_data volume name and correct /app/backend/data path in both Docker run commands and docker-compose.yml 2025-09-14 12:48:53 -04:00
Ryderjj89
2c5dd415c7 Update volume name from bible_data to data for cleaner naming 2025-09-13 12:30:05 -04:00
Ryderjj89
0bcd267741 Update docker-compose.yml to use Docker Hub image ryderjj89/esv-bible:latest 2025-09-13 12:16:25 -04:00
Ryderjj89
fab87ca06b Update to use ESV Bible from GitHub repository with by_chapter structure 2025-09-13 12:03:29 -04:00
Ryderjj89
921a233c51 Initial setup for ESV Bible Markdown project 2025-09-13 11:58:52 -04:00