Skip to content

changchan255/laravel_jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YTJOB WEBSITE

Introduction

A web-based application designed for recruitment purposes. It allows users to post job openings, apply for jobs, and manage the recruitment process efficiently.

Key features

  • Job Posting: Employers can post job listings including job descriptions, requirements, and application deadlines.
  • Job Search: Job seekers can search for jobs based on various criteria such as location, job type, and keywords.
  • Application Management: Applicants can apply directly through the platform and track their application status.
  • And many more others...

Technologies Used

  • Backend: Laravel (PHP)
  • Frontend: HTML, CSS, JavaScript
  • Database: MySQL

Installation

  1. Clone the repository: git clone https://github.com/changchan255/laravel_jobs.git
  2. Navigate to the project directory: cd \laravel_jobs
  3. Install dependencies: composer install
  4. Set up database configuration in .env file
  5. Run migrations: php artisan migrate
  6. Run seeder: php artisan db:seed
  7. Serve the application: php artisan serve

Others