Akash
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.
This directory contains code and types shared between the frontend and backend.
types.ts
- TypeScript interfaces and types used throughout the applicationutils.ts
- Utility functions used by both frontend and backend
The main types defined include:
Resume
- Resume data structureParsedResumeData
- Structured data extracted from a resumeJobRequirement
- Job requirement data structureScoringResult
- Result of scoring a resume against a job requirementApiResponse
- Standard API response format