add: products api

This commit is contained in:
trisua 2025-07-13 15:28:55 -04:00
parent 2be2409d66
commit cf2af1e1e9
6 changed files with 241 additions and 9 deletions

View file

@ -7,6 +7,5 @@ CREATE TABLE IF NOT EXISTS products (
likes INT NOT NULL,
dislikes INT NOT NULL,
product_type TEXT NOT NULL,
stripe_id TEXT NOT NULL,
price TEXT NOT NULL
)