Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1002 Bytes

readme.md

File metadata and controls

33 lines (24 loc) · 1002 Bytes

Job Search 🔍 💻 💼

this web application is built with PHP and its Framework Laravel. Searching job bases on category, location and company.

Current Functionalilty

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. 

Screenshot

Screen Shot 2019-07-10 at 3 28 36 PM

How to set up this project?

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