Skip to main content

How it is developed

  1. Download 3 translations (English ASV, Chinese Simple and Chinese Tradition) in csv format from https://www.biblesupersearch.com website
  1. Load the 3 csv files into Oracle database, table as below.

  2. Index those 3 files using Apache Lucene and search on them.

  3. Create a SpringBoot application to provide REST API

  4. create the front end with Reactjs and Ant design library