A fact-indexing service used by the Orcfax Fact Explorer that serves as a flexible proxy-database-server for all published Fact Statements.
- Clone this repository
- Get a local version of PocketBase running on your machine by following the docs
- Setup base collections in pocketbase (will be included in repo soon)
- Create an .env file in the root of the project based on the .env.example file
- Add the DB_EMAIL, and DB_PASSWORD, values to the .env file which are the email and password you chose for the the admin of your local Pocketbase instance (DB_HOST can remain the same as in the .env.example).
- Run docker-compose up --build to build the Docker image and start the development container