this web application is built with PHP and its Framework Laravel. Searching job bases on category, location and company.
Company : can create, update, delete and their own post.
User : can view and save companies post with their login account
or just view without login.
-Download or clone the project the follow below step in terminal:
step 1 :
$git clone https://github.com/shurricanex/JobSeach.git
$composer install
step 2:
- configure database in .env file (port, name, password) in the project
$php artisan key:generate
$php artisan migrate
$php artisan serve
There you go!!!