An open API service indexing awesome lists of open source software.

https://github.com/fredcodee/applyassistant-ai

Build your resume and cover letter with AI, customize to the job description you want
https://github.com/fredcodee/applyassistant-ai

ai expressjs gemini-ai mongo mongodb nodejs reac resume-builder

Last synced: 18 days ago
JSON representation

Build your resume and cover letter with AI, customize to the job description you want

Awesome Lists containing this project

README

          

# ApplyAssistant-AI
Build your resume and cover letter with AI, customize to the job description your want
upload job description and let Ai generate the resume and cv to apply

### App preview
![](https://github.com/fredcodee/ApplyAssistant-AI/blob/main/preview.gif)

# Getting Started
First, create the .env example files in both the client and server Update the values there.
also your google gemini Api you need to sign up on https://gemini.google.com/

The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:
npm install

To start the app, run:
client
```
npm run dev
```

server:
```
npm start
```