Describe the project you want to add with tech stack
A resume parser based on the MERN stack is a software tool or application that is built using the MERN (MongoDB, Express.js, React.js, Node.js) technology stack. It is designed to extract relevant information from resumes or CVs (Curriculum Vitae) and convert them into structured data that can be easily analyzed and processed.
Expected behavior
When a user uploads a resume file through the front-end interface built with React.js, the file is sent to the Node.js server using HTTP requests. The Node.js server receives the file, processes it using a resume parsing library or algorithm, extracts relevant information such as name, contact details, work experience, education, skills, etc., and stores this structured data in the MongoDB database.
Describe the project you want to add with tech stack
A resume parser based on the MERN stack is a software tool or application that is built using the MERN (MongoDB, Express.js, React.js, Node.js) technology stack. It is designed to extract relevant information from resumes or CVs (Curriculum Vitae) and convert them into structured data that can be easily analyzed and processed.
Expected behavior When a user uploads a resume file through the front-end interface built with React.js, the file is sent to the Node.js server using HTTP requests. The Node.js server receives the file, processes it using a resume parsing library or algorithm, extracts relevant information such as name, contact details, work experience, education, skills, etc., and stores this structured data in the MongoDB database.
https://github.com/pranjay-poddar/Dev-Geeks/assets/113499701/268b3f98-2876-4cc2-9898-43d01c2496ba
Screenshots (optional)
Additional context (optional )