Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

58 lines (43 loc) · 2.06 KB

Job Listings Application

Job Listings Application is a web application based on Laravel & PHP. This system lists job postings. Visitors can view these postings, examine them one by one, and make detailed searches within the postings. Registered users can edit, delete or post new job postings.

Default Account / Test Account

Features

  • All postings are listed on the homepage
  • Single listing pages with all details displayed
  • Listing postings by tags
  • Listing postings by title,description and tags (general search)
  • Add New Listing
  • Manage Listings (update, delete)
  • Membership (register/login/logout)
  • Validation of all form fields
  • Storing company logos
  • Auth

Pages

  • Homepage (All Listings)
  • Single Listing Page
  • Job Post Page
  • Manage Listings Page
  • Login/Register Page
  • Logout

Installation

Make sure you've installed Composer

  • Open the folder with any editor

  • Open .env and put your database details into it

  • Write these lines to editor's terminal or default terminal of your system (make sure you're inside of the folder)

    1. "php artisan migrate"
    2. "php artisan db:seed"
    3. "php artisan storage:link"
    4. "php artisan serve"
  • That's it, you're ready to use it.

Screenshots

Click on the pictures for the original resolution.

JobListing-1

JobListing-2

JobListing-3

JobListing-4

JobListing-5