This project is a PHP-Laravel based system designed for posting jobs and making announcements, similar to LinkedIn. Users can view, post, comment on, and apply for job announcements. Additionally, users can manage their profile, edit posts, and handle job applications with automated email responses for approvals and rejections.
- Posts & Comments: Users can view, comment on, and interact with posts from others.
- Job Announcements: Users can browse and apply for job listings.
- Profile Management: Users can manage their job posts and see applications, with options to approve or decline.
- Email Notifications: Automated emails are sent to applicants upon job status updates.
FrontEnd: HTML, CSS, JavaScript, Bootstrap
BackEnd: PHP (Laravel Framework), Blade, MySQL (phpmyadmin)
Clone the project:
git clone https://link-to-projectNavigate to the project directory:
cd LinkedoutInstall dependencies:
composer install
npm installStart the local development server:
php artisan serve
npm run dev- Home: View posts and job announcements.
- Jobs: Browse available job listings and apply.
- Profile: Manage personal posts and job applications.
- My Jobs: View posted jobs and the associated applications.
