This is a Tiger Cloud–ready build of MindsEye Agentic for the Agentic Postgres Challenge.
- Schema
psql "$DATABASE_URL" -f db/schema.sql- Seed
export DATABASE_URL="postgres://tsdbadmin:cuugb1bm3427cw0j@un10g6z6ac.xuyc6ez6af.tsdb.cloud.timescale.com:30396/tsdb?sslmode=require"
cd scripts && node seed.mjs- Run
cd server && cp .env.example .env && npm install && npm run dev
cd ../client && npm install && npm run dev