Implement a fully functional invoice page (including the HTML form, backend service, and data persistence). There is an arbitrary number of invoice line items (which have a description and an amount).
This project is a full-stack application that connects to a user's Gmail account, fetches recent emails with invoice attachments (PDF), extracts key invoice data using AI, and stores the results in ...