Skip to content

daropotter/payroll-app-example

Repository files navigation

Example payroll app

Requirements

  • PHP 8.0 with extensions (see composer.json)
  • Makefile
  • Docker, docker-compose
  • Composer, Symfony

To run

composer install
make run-db
php bin/console doctrine:migrations:migrate
symfony serve

And go to http://localhost:8000/report

To actually get any data, run example_data.sql from migrations folder against localhost instance of PostgreSQL. Default port.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors