Skip to content

Simple-Resume is a user-friendly and efficient resume-building platform crafted using Laravel, designed to empower individuals to effortlessly create professional resumes. With a seamless admin-like panel, users can add details about their skills, projects, experiences, education, and personal profiles. The platform streamlines the resume creation

Notifications You must be signed in to change notification settings

mohitj2401/simple-resume

Repository files navigation

Simple Resume Build

🎯 About

Simple-Resume is a user-friendly and efficient resume-building platform crafted using Laravel, designed to empower individuals to effortlessly create professional resumes. With a seamless admin-like panel, users can add details about their skills, projects, experiences, education, and personal profiles. The platform streamlines the resume creation process, allowing users to generate and download their resumes in PDF format with ease.

🚀 Technologies

The following tools were used in this project:

✅ Sample Resume

Before starting checkout sample 🏁, Resume

🏁 Starting ( Composer )

# Clone this project
 git clone https://github.com/mohitj2401/simple-resume

# Access
cd simple-resume

# Install dependencies
composer install

# Duplicate the .env.example file and name it .env
cp .env.example .env


# Provide Api key .env file and name it GEMINI_API_KEY
Provide GEMINI_API_KEY in .env

# Generate Application Key
php artisan key:generate

# Run Migration and Seeder
php artisan migrate --seed

# Serve the Application
php artisan serve

# Open your web browser and navigate to http://localhost to view the application.

🏁 Starting ( Docker )

# Clone this project
 git clone https://github.com/mohitj2401/simple-resume

# Access
cd simple-resume

# Provide Api key .env file and name it GEMINI_API_KEY
Provide GEMINI_API_KEY in .env

# Install dependencies
download docker

# start and run docker container in detach mode
docker composer up -d



# Open your web browser and navigate to http://localhost:8000 to view the application.

About

Simple-Resume is a user-friendly and efficient resume-building platform crafted using Laravel, designed to empower individuals to effortlessly create professional resumes. With a seamless admin-like panel, users can add details about their skills, projects, experiences, education, and personal profiles. The platform streamlines the resume creation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published