Giter Site home page Giter Site logo

techspot / headhunter-spot-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muhammadmubeen17/dynamic-resume-cv-laravel-crud

0.0 0.0 0.0 12.42 MB

With the help of this project, the user can customize their resume template to suit their individual needs and preferences to create a unique and professional resume. The user's data is stored and can be updated, edited, and viewed at any time. The project provides an easy-to-use interface for the user to build their resume quickly and efficiently.

Shell 0.22% JavaScript 34.45% PHP 23.21% CSS 1.53% Blade 40.59%

headhunter-spot-manager's Introduction

Buy Me A Coffee

Resume Builder Laravel

About Project

It is a web application that allows users to create, read, update, and delete (CRUD) their resumes. The project would utilize the Laravel framework and include features such as form for users to input their resume information, and the ability to view, edit, and delete their resumes.

How To Run The Project


Step 1: Install PHP and Web Server

XAMPP is a free and open-source cross-platform web server. XAMPP is a software package that includes Apache, PHP, and MariaDB (a fork of MySQL). When you install XAMPP, you are installing all of these components at the same time. PHP is included in the package, so you do not need to install it separately.

  • Download XAMPP from the Apache Friends website. (Download XAMPP)
  • Run the downloaded installer file.
  • Choose the components you want to install (e.g. Apache, MySQL, PHP).
  • Choose the installation location.
  • Click "Install" to begin the installation process.

Step 2: Install Composer

Composer is a dependency manager for PHP and is used to install Laravel and its dependencies. You can download Composer from the given link and install it according to the instructions provided. (Download Composer)


Step 3: Clone the Laravel project

Clone the Laravel project from a repository or download it as a zip file and extract it to your machine.

Copy GitHub repository link

Copy GitHub repository link

Open Xampp/htdocs folder and open terminal

Open Xampp/htdocs

Clone repository

Clone repository


Step 4: Navigate to the Project directory

Navigate to the root directory of your Laravel project and open terminal.

Open Project directory

Navigate to the Project directory

Open terminal

Navigate to the Project directory

Step 5: Install required dependencies

Run the following command to install the required dependencies:

$ composer install

Run composer install command

Step 6: Copy .env.example file

Copy the .env.example file to a new file called .env.

$ cp .env.example .env

Copy .eve.exmaple file to .env file

Step 7: Generate Application Key

Run the following command to generate an application key:

$ php artisan key:generate

Run command php artisan key:generate

Step 8: Open XAMPP Control Panel and Run Services

Open XAMPP Control Panel and start Apache and MySQL services.

XAMPP Control Panel

Step 9: Create Database and update the database connection settings

Open phpMyAdmin and create a new database. In the .env file, update the database connection settings to match your local database setup.

Create Database

Update connection setting

Step 10: Migrate all migrations

Run the following command to migrate the database:

$ php artisan migrate

Migrate database

Step 11: Start Development Server

Finally, start the development server by running the following command:

$ php artisan serve

Start Server

Start Server


Here are some output images:

Disply all Records

Disply Records

Create new Records

Create new Records

Edit all Records

Edit Records

View Single Records

View Records


Show your support

Give a โญ if you like this website!

Buy Me A Coffee

headhunter-spot-manager's People

Contributors

muhammadmubeen17 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.