A simple application that allows users to:
/backend: API endpoints and database operations
/database: SQLite database setup and queries/routes: API route handlers/frontend: User interface
/components: Reusable UI componentsindex.html: Main entry point/shared: Shared types and utilitiesGET /api/jobs: Get all job postingsPOST /api/jobs: Create a new job postingDELETE /api/jobs/:id: Delete a job postingGET /api/chat: Get chat messagesPOST /api/chat: Post a new chat message