Original language Bible study for everyone, in every language.
Vision: That every Christian might have free access to the Bible tagged to the original Hebrew, Aramaic and Greek with parsing and lexical information—all in their own language.
For more information on this project, see the Bible Tags website.
- bibletags-data
- bibletags-react-native-app
- bibletags-ui-helper
- bibletags-versification
- bibletags-usfm
- bibletags-widget
- bibletags-widget-script
- Report here.
- Receives graphql requests
- Built with express
- Uses a mysql db that lives on aws rds
- Deployed to AWS Lambda using Serverless
Note that a local MySQL 8 database install is required.
git clone https://github.com/educational-resources-and-services/bibletags-data
git clone https://github.com/educational-resources-and-services/bibletags-usfm
cd bibletags-data
cp .env.example .envCreate a local MySQL database called BibleTags with utf8mb4 encoding and utf8mb4_bin collation. Update RDS_USERNAME and RDS_PASSWORD in .env to access this database.
better-sqlite3 needs to compile C++ code which may may require you to install certain build tools before you can run npm install
npm install
npm run setup-dbnpm run testAfter making edits to this file, run the following:
npm run update-db