ahsxn / document-search-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

this is a simple search engine application to query the contents of uploaded files. meilisearch with laravel scout is used to query the documents data

Usage

Using docker to get started

docker-compose up --build 

migrate the tables

docker-compose run --rm artisan migrate   

should be running on localhost:8000

About


Languages

Language:PHP 68.8%Language:Blade 30.6%Language:Shell 0.6%Language:Dockerfile 0.0%