Settings
Configure your API keys and preferences
API Configuration
How to configure
- 1. Open the
.envfile in your project root - 2. Add your API keys to the corresponding variables
- 3. Restart the development server (
npm run dev)
Data Management
View Database
Open Prisma Studio to browse your data
npm run db:studioReset Database
Clear all data and start fresh
npx prisma db push --force-resetAbout StockTracker
A personal stock tracking application with AI-powered analysis. Built with Next.js, TypeScript, Prisma, and Claude AI.
Version 1.0.0•Local Development