Skip to content

cang/jobapp

Repository files navigation

JobApp

JobApp is a simple job search app for job seekers and recruiters to meet with Laravel and Livewire

Introduction - the project's aim

The main purpose of this app is to learn and quickly learn about full stack Laravel developer and I also have to make request "Create 2 3 pages with PHP, Laravel and MySQL"

Technologies

  • Laravel 9.35.1
  • Livewire 2.10.7
  • MYSQL
  • Bootstrap v4.1.3
  • PHP 8.1.6

How to use

  • clone this repo
    git clone git@github.com:cang/jobapp.git
  • go to the project directory
    cd jobapp
  • install jobapp
    composer install
  • copy the environment file .env.example , rename to .env and set MySql information for database name and account
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=jobapp
DB_USERNAME=root
DB_PASSWORD=
  • run project
    php artisan serve

Screenshoot and demo link

For Administrator

  • Create Company

company

company-cu

  • Create Job

job

job-cu

For job Seekers

  • Find and view Jobs

jobs

job-detail

  • Filter jobs

jobs3

jobs2

License

None

About

Application for Jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published