A simple, community-driven job board where anyone can post and browse job opportunities.
backend/ - Hono API server with job CRUD operationsfrontend/ - React-based job board interfaceshared/ - Shared TypeScript types and utilitiesGET / - Serve the main applicationGET /api/jobs - Get all jobs (with optional type filter)POST /api/jobs - Create a new job postingDELETE /api/jobs/:id - Delete a job posting