This is a job listing and recruitment platform built using Laravel. It allows employers to post job listings and job seekers to browse and apply for positions.
- User authentication (registration & login)
- Employers can post and manage job listings
- Job seekers can browse and apply for jobs
- Pagination for job listings
- Database management with migrations and seeders
- Responsive design with Tailwind CSS
- Built using Laravel’s MVC structure
- Clone the repository:
git clone https://github.com/edot14/TestProject.git cd TestProject
- Install dependencies:
composer install npm install
- Set up the environment file:
cp .env.example .env php artisan key:generate
- Configure the database in .env and run migrations:
php artisan migrate --seed
- Start the development server:
php artisan serve
This project was built using Laravel’s official documentation and Laracasts.
Laravel Documentation
Laracasts
Thank you for considering contributing to this project!! You can fork the repository and submit pull requests.
This project is open-source and licensed under the MIT license.
This follows the Laravel README structure while making it relevant to your project. Let me know if you need any edits! 🚀