Skip to content

Table view of data, some filtering and chosen employees data export to csv, created in PHP/Laravel 9 and Tailwind

Notifications You must be signed in to change notification settings

gabriellichacz/EmployeesApp

Repository files navigation

About

Table view of data, some filtering and chosen employees data export to csv, created in PHP/Laravel 9 and Tailwind.

Usage

Server start

php artisan serve
npm run dev
php artisan queue:work emp-updates -v

Dev credentials

admin@admin.com
admin123

Instalation

  1. Import database dump files to MySQL.
  2. Make a copy of .env.example file and name it .env.
  3. Configure database connection in .env file.
  4. Run composer install.
  5. Run npm install.
  6. Run php artisan key:generate.
  7. Run php artisan migrate.

Requirement

Employees Sample Database

https://dev.mysql.com/doc/employee/en/employees-preface.html
https://github.com/datacharmer/test_db
Database dump files are in Employees_Database_MySQLSample.zip.

PHP 8.1.6

Node v20.7.0

NPM 10.1.0

Features

Table view of data, some filtering and chosen employees data export to csv.

About

Table view of data, some filtering and chosen employees data export to csv, created in PHP/Laravel 9 and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages