Skip to content

akhmadrizki/tf-idf-job-search

Repository files navigation

Job Search with TF-IDF

Build based on Laravel v8 With Sail

Prerequisites

  • PHP (8)

Setup

  1. Clode this repository
$ git clone https://github.com/akhmadrizki/tf-idf-job-search.git
  1. Install all package (Make sure Docker integrated to WSL2 if you're in windows, please check: https://docs.docker.com/docker-for-windows/wsl/#install)
$ docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/opt \
    -w /opt \
    laravelsail/php80-composer:latest \
    composer install --ignore-platform-reqs

Running the app

$ alias sail='bash vendor/bin/sail'

then

$ sail up -d
  • Run this command:
$ sail composer dump-autoload
$ php artisan migrate:fresh --seed

About

this program to search for job with TF-IDF

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published