Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder

A full-stack resume builder I made during my CodeClause internship. The application uses a React frontend with a Node/Express backend and MongoDB, and was built as an exercise in turning structured profile data into a downloadable resume workflow.

Stack

  • React frontend under Client/
  • Node.js and Express backend
  • MongoDB for persistence
  • JWT-based application authentication
  • Google authentication support
  • html-pdf for PDF generation

Run locally

Install the server dependencies:

npm install

Install the frontend dependencies:

npm run client-install

Configure the environment values required by the server, then run both applications in development mode:

npm run dev

You can also run the backend and frontend separately with:

npm run server
npm run client

Project structure

Client/      React frontend
documents/   generated/document-related files
server.js    Express application entry point
package.json backend scripts and dependencies

Context

This repository is an older internship project and reflects the stack and implementation choices I was using at the time. I keep it as part of my learning history rather than presenting it as a current production system.

If you run or extend it today, review the dependency versions and local configuration first, and use your own development credentials rather than reusing any old configuration.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages