Skip to content

surajitbasak109/job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Portal

  • Laravel UI installed
  • Laratrust Installed and configured
  • UserController and AdminController created
  • User Panel Created
    • User Can Register
    • Can Upload CV in .pdf, doc, docx and .jpg formats
    • Cannot upload cv greater than 1MB
    • User Can Update their Profile
    • Can Change their Password
    • User can Search the job
    • They can apply for the job
  • Admin Panel Created
    • Create Job
    • Edit Job
    • See Job wise Applications
    • Activate/Inactivate Job Status

Do after cloning

A. After cloning this repository set up the database and run the below command

php artisan migrate --seed

It will migrate all the necessary tables and populate with some dummy data like

  1. UserSeeder
  2. RoleUserSeeder
  3. LaratrustSeeder
  4. RoleUserSeeder
  5. CategorySeeder
  6. ProfileSeeder
  7. QualificationSeeder
  8. SkillSeeder
  9. StateCitySeeder

B. Run composer install to download all laravel dependencies C. Run npm install to download all JavaScript dependencies

Demo Account Email and Password

Super Admin

[email protected] password

Admin

[email protected] password

User

[email protected] password

About

Job portal with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published