Skip to content

SparkScratch-P/CVchef

Repository files navigation

Resume Core Setup

This is a project built with Chef using Convex as its backend.

This project is connected to the Convex deployment named wooden-dragon-800.

Project structure

The frontend code is in the app directory and is built with Vite.

The backend code is in the convex directory.

npm run dev will start the frontend and backend servers.

App authentication

Chef apps use Convex Auth with Anonymous auth for easy sign in. You may wish to change this before deploying your app.

Developing and deploying your app

Check out the Convex docs for more information on how to develop with Convex.

HTTP API

User-defined http routes are defined in the convex/router.ts file. We split these routes into a separate file from convex/http.ts to allow us to prevent the LLM from modifying the authentication routes.

Deploying to GitHub Pages

To deploy to GitHub Pages:

  1. Make sure you have committed all your changes.
  2. Run npm install to ensure dependencies are up to date.
  3. Run npm run deploy to build and publish to GitHub Pages.

Your site will be available at: https://sparkscratch-p.github.io/CVchef/

About

Your Resume, Reimagined by AI : Resume Writer, with ATS Score and AI Suggestions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published