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
- Host: GitHub
- URL: https://github.com/fredcodee/applyassistant-ai
- Owner: fredcodee
- Created: 2024-09-19T07:56:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:32:18.000Z (about 1 year ago)
- Last Synced: 2025-02-12T14:59:26.003Z (11 months ago)
- Topics: ai, expressjs, gemini-ai, mongo, mongodb, nodejs, reac, resume-builder
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# 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
```