Public
Like
Jobchatapp
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.
Viewing readonly version of main branch: v20View latest version
This directory contains the server-side code for the Job Board with Chat application.
index.ts- Main entry point for the HTTP valdatabase/- Database schema and queriesroutes/- API route handlers
GET /api/jobs- Get all job postingsPOST /api/jobs- Create a new job posting
GET /api/chat- Get chat messagesPOST /api/chat- Create a new chat message
GET /- Serve the main applicationGET /frontend/*- Serve frontend filesGET /shared/*- Serve shared files