How it is developed
- Download 3 translations (English ASV, Chinese Simple and Chinese Tradition) in csv format from https://www.biblesupersearch.com website
Load the 3 csv files into Oracle database, table as below.
Index those 3 files using Apache Lucene and search on them.
Create a SpringBoot application to provide REST API
create the front end with Reactjs and Ant design library