Skip to content

wpyeon/cover-letter-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cover Letter Builder

This is a simple full-stack application that creates a simple cover letter based on a job description from JobsDB webpage and candidate's information.

Configurations

For LLM API we use OpenRouter. If you want to run this locally, you would have to create API key from OpenRouter. Create .env file in server/ directory and store your API key like below:

OPENROUTER_API_KEY=your_api_key

In a development setup, client application runs on port 3000 and server application runs on port 8000. If you want to use different port for the client app, change the CORSMiddleware allow_origins url as well (in server.py).

Running Server Application

cd server
pip install -r requirements.txt
python server.py

Running Client Application

cd client
npm install
npm run dev

About

Simple cover letter building using chatbots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors