Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (18 loc) · 850 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 850 Bytes

Employee Management System

Development tools

Instalation

  1. Clone repository: git clone https://github.com/TheSylwio/employee-management-system.git
  2. Install composer dependencies: composer i
  3. Run MySQL in XAMPP
  4. Create local database: php bin/console doctrine:database:create
  5. Update database schema: php bin/console doctrine:schema:update --force
  6. Load example data: php bin/console doctrine:fixtures:load -n
  7. Install JavaScript dependencies: npm i
  8. Build JavaScript bundle: npm run build
  9. Run local server: symfony serve