🔧 Database Setup

✅ Connected to database: michntyq_notivo
â„šī¸ Items table already exists!

Current items in table: 2

Table Structure:

id (integer) NOT NULL DEFAULT nextval('items_id_seq'::regclass)
name (character varying) NOT NULL
description (text) NULL
created_at (timestamp without time zone) NULL DEFAULT CURRENT_TIMESTAMP

Next Steps:

  1. View Items
  2. Test your API: curl https://usenotivo.com/api/items