Skip to content

edot14/TestProject

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About This Project

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.

Features

  • 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

Installation

  1. Clone the repository:
    git clone https://github.com/edot14/TestProject.git
    cd TestProject
  2. Install dependencies:
     composer install
     npm install
    
  3. Set up the environment file:
     cp .env.example .env
     php artisan key:generate
    
  4. Configure the database in .env and run migrations:
    php artisan migrate --seed
    
  5. Start the development server:
    php artisan serve

Learning Resources

This project was built using Laravel’s official documentation and Laracasts.

Laravel Documentation

Laracasts

Contributing

Thank you for considering contributing to this project!! You can fork the repository and submit pull requests.

License

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! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published