Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 561 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 561 Bytes

Nested Boolean Filter

nbfilter is a reimplementation of a filtering system I created for CONNECT using video games.

Screenshot of the interface

Setup

  • Install MySQL and PHP's PDO and JSON extensions.
  • Create a MySQL user for this if desired and change the PDO arguments in nbfilter.php to match.
  • Run CREATE DATABASE games; in the MySQL shell and import the database either by use games; source games.sql or mysql -u root games < games.sql in the UNIX shell (add -p if your login has a password).

OR

  • docker compose up