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.
- E-mail: test@test.com
- Password: 123
- 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
- Homepage (All Listings)
- Single Listing Page
- Job Post Page
- Manage Listings Page
- Login/Register Page
- Logout
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)
"php artisan migrate"
"php artisan db:seed"
"php artisan storage:link"
"php artisan serve"
-
That's it, you're ready to use it.
Click on the pictures for the original resolution.