akashtripathiiiii / rozgar-sathi

Home Page:https://rozgar-sathi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

super@gmail.com password

Admin

admin@gmail.com password

User

user@gmail.com password

About

https://rozgar-sathi.vercel.app


Languages

Language:PHP 68.1%Language:Blade 22.4%Language:Vue 9.5%