Skip to content

Resumex is a modern, full-stack application that empowers users to create professional resumes in minutes.

Notifications You must be signed in to change notification settings

v9mirza/Resumex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resumex

Resumex is a modern, full-stack application for creating professional, ATS-friendly resumes in minutes.

React Node MongoDB Express

Features

  • Real-time editor with instant preview.
  • Multiple templates (Classic, Modern, Minimal).
  • Secure user accounts with JWT authentication.
  • PDF export and dashboard management.

Quick Start

  1. Clone

    git clone https://github.com/v9mirza/Resumex
    cd Resumex
  2. Backend

    cd backend && npm install
    # Create .env (example)
    echo "PORT=3000\nMONGO_URI=mongodb://localhost:27017/resumex\nJWT_SECRET=secret" > .env
    npm start
  3. Frontend

    cd frontend && npm install && npm run dev

Admin Access

To access the admin panel, you must manually update your user's role to admin directly in the MongoDB database.

Structure

See PROJECT_STRUCTURE.md for architecture details.


Made by v9mirza | MIT License

About

Resumex is a modern, full-stack application that empowers users to create professional resumes in minutes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors