Source code for a backend, written in Golang. This is far from complete. Eventually the backend is intended to create a gRPC connection to the search container, which is how it will be used to get search results
Folders for code that is used to manually gather content, as an alternative to crawling, when such an option is available.
Everything used for crawling, storing, and searching content. Most important things are in this folder.
Things that are meant to be served statically by the app
The FastAPI (python) server for the search. This is intended to be used just for testing the search
Page without any web UI for testing
