Web app for transcribing audio with Deepgram and Next.js. Currently deployed on Vercel, using Drizzle ORM for the database with Neon as underlying Postgresql database. The blobs are stored on Vercel Blob storage. Vercel project is linked to Github, and the source code is deployed automatically whenever a change is pushed to the repository.
npm install -g vercelvercel linkvercel env pull .envnpm install && npm run dev- Change the schema in
lib/db/schema.ts - Run the following to push changes to the DB
vercel env pull .env