Skip to content

type/search-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search-template

Node + elasticsearch

Setup

Install node 6.2 or better

npm install
npm test
npm start

Docker setup

  • Install Docker
  • Create a docker VM docker-machine create --driver virtualbox default
  • Put the following in your .bash\_profile: eval "$(docker-machine env default)"
  • build a docker container for this project: docker build -t search-template
  • run it: docker run -i -t search-template

TODO

  • Recently added, recently modified search
  • access control

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.8%