Gymboard/gymboard-search
Andrew Lalis d96d5bbe63 Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
..
.mvn/wrapper Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
src Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
.gitignore Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
README.md Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
mvnw Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
mvnw.cmd Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00
pom.xml Added basic search service, and improved web app UI. 2023-01-24 12:49:33 +01:00

README.md

Gymboard Search

A simple search API for Gymboard, backed by Apache Lucene. This application includes both indexing of Gyms and other searchable entities, and a public web interface for searching those indexes.

This application is configured with read-only access to the central Gymboard database, for its indexing operations.