This directory contains the backend code for the PathPulse MVP.
index.ts
: Main entry point for the HTTP trigger. Handles routing and serving static files.The backend is built using Hono, a lightweight web framework. It serves the frontend files and provides the necessary infrastructure for the application.
Key features:
No external APIs or databases are used. All data is stored in the browser's localStorage.