This directory contains the server-side code for the Job Board with Chat application.
index.ts - Main entry point for the Hono API serverjob_postings - Stores job listingschat_messages - Stores chat messagesGET /api/jobs - Get all job postingsPOST /api/jobs - Create a new job postingGET /api/chat - Get chat messages (most recent 100)POST /api/chat - Post a new chat messageid - INTEGER PRIMARY KEYtitle - TEXTdescription - TEXTcompany - TEXTlocation - TEXTsalary - TEXT (optional)contact - TEXTcreated_at - TEXT (ISO date string)id - INTEGER PRIMARY KEYusername - TEXTmessage - TEXTcreated_at - TEXT (ISO date string)