Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

tranquanghuy0801/book-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Search App

This application has full-text search capability using Angular (frontend), Node.js (backend) and Elasticsearch to search the classic books. This website was inspired from this post.

Build Instructions

  • Download books data and unzip to server directory
wget https://cdn.patricktriest.com/data/books.zip --no-check-certificate -P server/
unzip server/books.zip -d server/
  • Run Docker Compose
docker-compose up -d
  • Upload data to Elasticsearch
docker exec gs-api "node" "server/load_data.js"

Authors

  • Harry Tran