Este proyecto simple se ha creado para estudiar el funcionamiento del Object-Relational Mapping (ORM) en Symfony. Permite gestionar tareas con una interfaz intuitiva con el fin de estudiar PHP, Symfony, Doctrine ORM, Twig.
- Clonar el Repositorio.
- Instalar Dependencias con Composer.
- Configurar la Base de Datos y ejecutar migraciones.
- Iniciar el Servidor de Desarrollo con Symfony.
- Acceder a la Aplicación desde el navegador.
Para contribuir o reportar problemas:
- Realiza un fork del repositorio.
- Realiza tus cambios en una nueva rama.
- Sube tus cambios y realiza un pull request.
- Para problemas, crea un nuevo issue en el repositorio.
Un proyecto simple creado para estudiar Symfony y el ORM proporcionado por el framework.
This simple project has been created to study the functionality of Object-Relational Mapping (ORM) in Symfony. It allows managing tasks with an intuitive interface aiming to study PHP, Symfony, Doctrine ORM, and Twig.
- Clone the Repository.
- Install Dependencies with Composer.
- Configure the Database and run migrations.
- Start the Development Server with Symfony.
- Access the Application from the browser.
To contribute or report issues:
- Fork the repository.
- Make your changes in a new branch.
- Push your changes and create a pull request.
- For problems, create a new issue in the repository.
A simple project created to study Symfony and the ORM provided by the framework.