- 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
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
- UserSeeder
- RoleUserSeeder
- LaratrustSeeder
- RoleUserSeeder
- CategorySeeder
- ProfileSeeder
- QualificationSeeder
- SkillSeeder
- StateCitySeeder
B. Run composer install
to download all laravel dependencies
C. Run npm install
to download all JavaScript dependencies
[email protected] password
[email protected] password
[email protected] password