Commit Graph

17 Commits

Author SHA1 Message Date
bc126021db updated git url in readme 2025-11-09 18:09:06 -05:00
7f382d8b8a Update README to include all 4 Bible translations and correct URL structure 2025-10-01 10:24:40 -04:00
Ryderjj89
1a00b0715b Remove all mdbible references from codebase - updated README, backend error message, and Dockerfile 2025-09-29 09:45:36 -04: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
Joshua Ryder
5f832aecd4 Update README.md 2025-09-17 08:50:11 -04:00
Joshua Ryder
399878b442 Update README.md 2025-09-17 08:49:38 -04:00
Joshua Ryder
8bd394a4cf Update README.md 2025-09-17 08:28:49 -04:00
Ryderjj89
245090452e Update README with comprehensive search feature documentation
- Add detailed Bible Search Feature section with capabilities and API endpoints
- Document search interface options (header button, modal, dedicated page)
- Include search parameters and functionality details
- Add acknowledgment for mdbible repository as Bible data source
- Highlight contextual search results and direct verse navigation features
2025-09-15 17:58:52 -04:00
Joshua Ryder
ebca91591c Update README.md 2025-09-15 17:18:34 -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
d430de915a Final README improvements - add Docker Hub image option and detailed OpenID Connect examples for Authentik, Keycloak, and Auth0 2025-09-14 12:44:12 -04:00
Ryderjj89
2f4ee82a5b Comprehensive README update - add all features, fix Docker commands with persistent volumes, improve Docker Compose instructions, and add Cline AI attribution 2025-09-14 12:39:39 -04:00
Ryderjj89
a804430536 Add OpenID Connect authentication and SQLite database with user preferences and favorites system 2025-09-13 16:50:26 -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
13c93879c0 Reorganize project structure with backend/ and frontend/ directories 2025-09-13 12:14:01 -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