A modern job posting website where employers can post jobs and job seekers can apply and chat with employers.
āāā backend/
ā āāā database/
ā ā āāā migrations.ts # Database schema
ā ā āāā queries.ts # Database operations
ā āāā routes/
ā ā āāā auth.ts # Authentication routes
ā ā āāā jobs.ts # Job CRUD operations
ā ā āāā chat.ts # Chat functionality
ā ā āāā static.ts # Static file serving
ā āāā index.ts # Main Hono app
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main app component
ā ā āāā JobList.tsx # Job listings
ā ā āāā JobForm.tsx # Job posting form
ā ā āāā Chat.tsx # Chat interface
ā ā āāā Auth.tsx # Login/register
ā āāā index.html # Main HTML template
ā āāā index.tsx # Frontend entry point
āāā shared/
āāā types.ts # Shared TypeScript types
/backend/index.ts as an HTTP val