Best laravel framework open-source packages.

Web application for finding job candidates

Web application for job search and job candidates
Updated 5 months ago

web_application_for_finding_job_candidates

Static Badge Static Badge Static Badge

web_application_for_finding_job_candidates - is a web application for workers and employers to find each other. All of them must register, after which they can begin the search. They have the opportunity to either create their own resume/vacancy or find something suitable among the existing ones.

Installation

❗ Before installation, check the relevance or compatibility of versions

  1. Clone repository:
git clone https://github.com/aa-ndrey-21/web-application-for-finding-job-candidates.git
  1. Rename .env.example to .env
  2. Installing PHP dependencies using Composer:
composer install
  1. Generating Laravel Application Key:
php artisan key:generate
  1. Installing Node.js dependencies using npm:
npm install
  1. Update the .env file with your database connection details.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
  1. Performing migrations with initial data:
php artisan migrate --seed
  1. Build application
npm run build
  1. Run server (together)
PHP artisan serve --host=(your_localhost) --port=(port)
npm run dev -- --host=(your_localhost)
  1. Open app on (your_localhost):(port)

Example

1️⃣ After opening the local server, you are taken to a welcome page (not yet finished) where you can proceed to register or log in.
2️⃣ Once you complete this step, you will be taken to your profile page. Then you can create your own vacancy/resume, depending on the mode selected during registration.
3️⃣ You can also go to view vacancies/resumes already created by other users (at the beginning there will be only those created using --seed).

Contributing

Bug reports and/or pull requests are welcome

Flaws

❌ The start page has not yet been implemented ❌ Adaptive has not yet been implemented

License

The Laravel framework is open-sourced software licensed under the MIT license.

Tags jobs