search bar now working

This commit is contained in:
Mann Patel
2025-03-29 17:28:09 -06:00
parent 91ec43627a
commit 2e77ef49f4
12 changed files with 687 additions and 71 deletions

View File

@@ -4,7 +4,7 @@ const mysql = require("mysql2");
const pool = mysql.createPool({
host: "localhost",
user: "root",
database: "marketplace",
database: "Marketplace",
});
//Export a promise for promise-based query