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

University project in the subject: "Programming using Agile methodologies"

Notifications You must be signed in to change notification settings

TheSylwio/employee-management-system

Repository files navigation

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

About

University project in the subject: "Programming using Agile methodologies"

Topics

Resources

Stars

Watchers

Forks