Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 675 Bytes

File metadata and controls

25 lines (19 loc) · 675 Bytes

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