Resume Reviewer can either help you build a resume from scratch or edit an existing resume using the Import PDF feature. You can then input a job description to get suggestions for that specific job and apply those suggestions instantly. You can select which of your projects to include on your resume to ensure that you showcase all relevant skills. There's also a chatbot specifically designed to help you if you have any questions about a specific part of your resume.
To use it locally, you can first clone the repository.
- To run the front end, locate to the frontend code using
cd frontend
- Run the code using
npm run dev
- To run the server, locate to the backend code using
cd myproject
- Run the code using
python manage.py runserver