• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
Akashashn

Akashashn

Akash

Public
Like
Akash
Home
Code
4
backend
5
frontend
4
shared
3
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/15/2025
README.md

Backend

This directory contains the server-side code for the AI-based resume screening system.

Files

  • index.ts - Main API entry point with Hono framework (HTTP trigger)
  • database.ts - SQLite database operations for storing resumes and job requirements
  • parser.ts - Resume parsing logic using OpenAI's GPT models
  • scorer.ts - Candidate scoring algorithms and feedback generation

API Endpoints

Resumes

  • POST /api/resumes - Upload a new resume
  • GET /api/resumes - Get all resumes
  • GET /api/resumes/:id - Get a specific resume by ID

Job Requirements

  • POST /api/jobs - Create a new job requirement
  • GET /api/jobs - Get all job requirements
  • GET /api/jobs/:id - Get a specific job requirement by ID

Scoring

  • POST /api/score - Score a single resume against a job requirement
  • POST /api/score/batch - Score multiple resumes against a job requirement

Database Schema

The system uses SQLite with the following tables:

  • resume_screening_resumes_v1 - Stores resume data
  • resume_screening_jobs_v1 - Stores job requirement data
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.