This project is a simplified Data Collection & Approval System, where users can submit entries (like expense reports or survey responses), which are then validated and reviewed by an approver.
The system consists of:
A Frontend (Vue 3) interface for submitting and viewing data.
A Backend (Node.js + Express) API that manages data entries and approval workflows.