Skip to content

akubiczek/applicake-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrutinizer Code Quality Style CI

About Applicake

Applicake is an Applicant Tracking System software written in Laravel and React. It supports multi tenancy and job apply form customization for tenants.

Note: This repository contains API backend of the Applicake. To run the whole system you need to install panel frontend application and applying form frontend.

Requirements

imagick ext
ghostscript (gs command)

How to install

From command line run:

composer install
cp .env.example .env
php artisan migrate
php artisan key:generate
php artisan passport:keys
php artisan passport:client --password

Artisan commands

php artisan tenant:create         #creates new tenant and its database
php artisan tenant:migrate        #runs migrations for provided tenant or all registered tenants
php artisan tenant:seeddemodata   #seeds tenant's database with demo data
php artisan user:create           #creates new admin user for provided tenant

Test data

You can seed database with test recruitments and candidates by running php artisan tenant:seeddemodata command.

License

The Applicake is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages