A Val Town application that allows users to:
├── backend/
│ ├── database/ # SQLite database setup and queries
│ ├── routes/ # API endpoints
│ └── index.ts # Main entry point
├── frontend/
│ ├── components/ # Frontend components
│ ├── index.html # Main HTML page
│ ├── index.js # Frontend JavaScript
│ └── style.css # Styles
└── shared/ # Shared types and utilities
Visit the HTTP endpoint to access the job board and chat interface.