alorne / YelpItUp-Meilisearch

A sample Meilisearch app using cbMeilisearch and the Yelp sample dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YelpItUp

A sample Meilisearch app using the Yelp dataset, Coldbox, and cbMeilisearch.

YelpItUp app showing sample Yelp reviews for "pickle"

Getting Started

  1. Clone this repo - git clone git@github.com:michaelborn/YelpItUp-Meilisearch.git
  2. Install CommandBox if you don't have it
  3. Download the Yelp dataset and extract to resources/downloads/yelp_dataset
  4. Install dependencies - box install
  5. Start up a docker Meilisearch container
  6. Copy .env.example to .env
  7. Start this app - box start

Launch Meilisearch

# Fetch the latest version of Meilisearch image from DockerHub
docker pull getmeili/meilisearch:v0.28

# Launch Meilisearch in development mode with a master key
docker run --detach --rm \
    -p 7700:7700 \
    -e MEILI_MASTER_KEY='mySecretKey'\
    -v $(pwd)/meili_data:/meili_data \
    getmeili/meilisearch:v0.28 \
    meilisearch --env="development"

The Good News

For all have sinned, and come short of the glory of God (Romans 3:23)

But God commendeth his love toward us, in that, while we were yet sinners, Christ died for us. (Romans 5:8)

That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. (Romans 10:9)

Repository

Copyright 2020 (and on) - Michael Born

cfmlbadges cfmlbadges cfmlbadges cfmlbadges

About

A sample Meilisearch app using cbMeilisearch and the Yelp sample dataset

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:ColdFusion 96.8%Language:HTML 2.8%Language:Shell 0.4%