This basic Tutor Hiring Platform app uses Laravel and many other laravel packages. It has three user types:
- Admin who manages the users and their posts.
- Tutor who can create a profile and apply to available jobs.
- Student who can make job posts according to their needs.
A walkthrough going over the steps taken to produce this app.
Before jumping in, you'll want to make sure you have the system requirements met:
- PHP (Installation Guide)
- Composer (Installation Guide)
- Laravel (Installation Guide)
composer installnpm installphp artisan migrate:fresh --seed
php artisan db:seed --class=UserRolePermissionSeederphp artisan serve
npm run dev