> pip install -r requirements.txt
CREATE DATABASE bible_api;
use bible_api;Download database files: https://ebible.org/download.php
Choose to download the "BibleWorks import (VPL) + SQL" files and copy the ".sql files" to a folder called ./sources/, the names of the files should correspond to the names of the tables!
> python -Xutf8 create_database.py
> uvicorn api:app
> http://127.0.0.1:8000/text_query/?bible_name=deu1912_vpl&bible_name=engwebpb_vpl&book=GEN&chapter=1
> http://127.0.0.1:8000/redoc