This directory contains the server-side code for the Job Board with Chat application.
index.ts - Main entry point for the HTTP valdatabase/ - Database schema and queriesroutes/ - API route handlersGET /api/jobs - Get all job postingsPOST /api/jobs - Create a new job postingGET /api/chat - Get chat messagesPOST /api/chat - Create a new chat messageGET / - Serve the main applicationGET /frontend/* - Serve frontend filesGET /shared/* - Serve shared files