FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
hyeaman1

hyeaman1

AppforPrince1

Remix of hyeaman1/AppforPrince
Public
Like
AppforPrince1
Home
Code
4
backend
3
frontend
3
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
/
README.md
Code
/
README.md
Search
6/2/2025
Viewing readonly version of main branch: v1
View latest version
README.md

Job Board & Chat App

A full-stack application for posting job opportunities and discussing them in a public chat room.

Features

  • Job Postings: Create, view, and manage job postings
  • Public Chat: Real-time chat room for discussing opportunities
  • Responsive Design: Works on desktop and mobile devices

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   ├── jobs.ts         # Job posting API routes
│   │   └── chat.ts         # Chat API routes
│   └── index.ts            # Main Hono server
├── frontend/
│   ├── components/
│   │   ├── App.tsx         # Main application component
│   │   ├── JobBoard.tsx    # Job listings component
│   │   ├── JobForm.tsx     # Job posting form
│   │   └── ChatRoom.tsx    # Chat interface
│   ├── index.html          # Main HTML template
│   └── index.tsx           # Frontend entry point
└── shared/
    └── types.ts            # Shared TypeScript types

API Endpoints

Jobs

  • GET /api/jobs - Get all job postings
  • POST /api/jobs - Create a new job posting
  • DELETE /api/jobs/:id - Delete a job posting

Chat

  • GET /api/chat/messages - Get recent chat messages
  • POST /api/chat/messages - Send a new chat message

Database Schema

Jobs Table

  • id (INTEGER PRIMARY KEY)
  • title (TEXT)
  • company (TEXT)
  • description (TEXT)
  • location (TEXT)
  • salary (TEXT)
  • contact_email (TEXT)
  • created_at (DATETIME)

Chat Messages Table

  • id (INTEGER PRIMARY KEY)
  • username (TEXT)
  • message (TEXT)
  • created_at (DATETIME)

Getting Started

This app runs on Val Town. The backend serves both the API and the frontend files.

Visit the HTTP endpoint to access the application.

FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareersBrandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.