/jobfinder

JobFinder Backend API

Primary LanguagePHP

JobFinder App

JobFinder is a web REST API developed using Laravel that allows users to search and apply for jobs easily.

Features

  • Job Listings: Browse available job listings.
  • Search: Search for specific jobs based on keywords.
  • Apply: Apply for jobs directly through the app.
  • User Authentication: Users can register and log in to manage their job applications.

Technologies Used

  • Laravel
  • PHP

Installation

  1. Clone the repository:

    git clone https://github.com/mouradeljayi/jobfinder.git
    
  2. Navigate into the project directory:

    cd jobfinder
    
  3. Install dependencies using Composer:

    composer install
    
  4. Set up your environment variables by creating a .env file (you can use .env.example as a template).

  5. Generate a new application key:

    php artisan key:generate
    
  6. Run database migrations:

    php artisan migrate
    
  7. Start the Laravel development server:

    php artisan serve
    
    

License

This project is open source and available under the MIT License.