Skip to content

Web app for managing people who are applying to a company. display of the main page, currently open jobs, registration, and dashboard. management of applicant interview dates, creating new jobs, and accepting or rejecting applicants.

Notifications You must be signed in to change notification settings

Wing-Dimas/hatch-careers

Repository files navigation

Hatch Careers

Hatch Careers merupakan web application sebagai peneyedia platform antara pelamar dan pihak perusahaan.

Installation

fork / clone this repository

  git clone <repository.github.io>

  cd hatch-careers

create file .env and copy file env.example to .env

  cp .env.example .env

Install dependency php

  composer install

or

  composer update

Install dependency js

  npm install --legacy-peer-deps

setup

  php artisan migrate:fresh --seed
  php artisan key:generate
  php artisan storage:link

run

  php artisan serve

  npm run dev

About

Web app for managing people who are applying to a company. display of the main page, currently open jobs, registration, and dashboard. management of applicant interview dates, creating new jobs, and accepting or rejecting applicants.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published