untitled-3074
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
This directory contains the server-side code for the Job Board with Chat application.
index.ts
- Main entry point for the HTTP APIdatabase/
- Database schema and queriesmigrations.ts
- Database table definitionsqueries.ts
- Functions for interacting with the database
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
- Hono - API framework
- SQLite - Database for storing job postings and chat messages