(Forgot about the simple deploy, here's instructions)
Medical bill analyzer that helps you understand and negotiate your healthcare costs.
# Install dependencies
npm install
# Start the app
npm run devOpen http://localhost:5173 in your browser.
cd backend
npm install
npm run devRequires ANTHROPIC_API_KEY in .env file.