"JobFinder" is a job portal web application built using the Laravel PHP framework for the backend and the Vue.js JavaScript framework for the frontend. This open-source project is designed to help job seekers find suitable employment opportunities and employers post job listings efficiently. Below is some information you might include when creating a GitHub repository for the JobFinder project:
User Registration and Authentication: Users can create accounts, log in, and manage their profiles securely.
Job Listings: Employers can post detailed job listings, including job descriptions, requirements, location, and more.
Advanced Search: Job seekers can filter job listings based on various criteria such as location, industry, experience level, and more.
Application Management: Job seekers can submit applications for job listings and track their application status.
Messaging System: A built-in messaging system facilitates communication between job seekers and employers.
Resume Upload: Job seekers can upload and manage their resumes, making it easy for employers to review qualifications.
Admin Panel: An admin panel provides administrators with the ability to manage users, job listings, and oversee the platform's operations.
Responsive Design: The application is designed to be responsive, ensuring a seamless experience on both desktop and mobile devices.
Notifications: Users receive email notifications for job application updates, messages, and more.
Technologies Used:
- Backend: Laravel PHP framework
- Frontend: Vue.js JavaScript framework
- Database: MySQL or any supported database system
- Other Technologies: HTML, CSS, JavaScript, AJAX, REST API
## If you receive and error while installation below::
run composer update instead of composer install also run php artisan
https://github.com/nababur/JobFinder-Job-Portal-Laravel-Vue-Script.git
Create a database
'''
DB_CONNECTION=mysql <br />
DB_HOST=127.0.0.1 <br />
DB_PORT=3306 <br />
DB_DATABASE=db-name here.. <br /> !important
DB_USERNAME=root <br />
DB_PASSWORD= <br />
'''
~composer install
~npm install
~npm run dev
~php artisan migrate:fresh
~php artisan db:seed
>
Nababur Rahaman~php artisan serve
Live video: https://youtu.be/HLaublhJ7Zc
Thanks, Colorlib for the free JobFinder HTML template.