Back-end part of project commissioned by CRL Puente de Vallecas. Oriented to employees belonging to this entity, where they can clock in, request holidays and deliver documents, in turn depending on the type of role that the user has, you can create users, workshops and tasks, being able to assign the latter to the user you want.
- Symfony CLI: https://symfony.com/download
- PHP: PHP 8.2.3 (cli). Por ejemplo se puede descargar en OSX con: https://formulae.brew.sh/formula/php
- XAMMP: https://www.apachefriends.org/es/index.html
- Composer: https://getcomposer.org/download/
git clone: https://github.com/kiaramm10/back_intress_final.git
composer install
composer update
symfony server:start
Add the following extension to the URL that will appear by default:
/register
php bin/phpunit
- Backend MUST be decoupled in Symfony
- Clean code
- follow agile methodologies
- At least have an operating local environment
- Different users MUST be set up: admin and user
- MySQL
- Apache
- PHP
- Symfony
- Visual Studio Code
- CSS
- Bootstrap
- For future sprints we plan to finish connecting the POST method from the back to the front, create the Master user view, test in symfony and create the crud for the notifications