• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
excel

excel

JobApp

Creating a job app with chat forum
Public
Like
1
JobApp
Home
Code
4
backend
2
frontend
1
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
backend
/
README.md
Code
/
backend
/
README.md
Search
5/18/2025
Viewing readonly version of main branch: v6
View latest version
README.md

Backend

This directory contains the server-side code for the Job Board with Chat application.

Structure

  • index.ts - Main entry point for the Hono API server
  • Database tables:
    • job_postings - Stores job listings
    • chat_messages - Stores chat messages

API Endpoints

Jobs

  • GET /api/jobs - Get all job postings
  • POST /api/jobs - Create a new job posting

Chat

  • GET /api/chat - Get chat messages (most recent 100)
  • POST /api/chat - Post a new chat message

Database Schema

job_postings

  • id - INTEGER PRIMARY KEY
  • title - TEXT
  • description - TEXT
  • company - TEXT
  • location - TEXT
  • salary - TEXT (optional)
  • contact - TEXT
  • created_at - TEXT (ISO date string)

chat_messages

  • id - INTEGER PRIMARY KEY
  • username - TEXT
  • message - TEXT
  • created_at - TEXT (ISO date string)
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.