larschri / pestotrap

2 stars 0 forks source link

pestotrap

A search application for searching objects inside json files.

Run go run ./cmd/pestotrap and search for jokes on http://localhost:8090

Configuration

/internal/demo contains some example data and configuration. The data type joke is defined by how the files are named.

Library

/pkg should be reusable outside this project.

See example usage in /cmd/pestotrap/main.go an /internal/documents.