{"id":14983686,"url":"https://github.com/lecheveucodeur/todolist","last_synced_at":"2025-10-05T11:31:34.447Z","repository":{"id":190408443,"uuid":"424107910","full_name":"leCheveuCodeur/TodoList","owner":"leCheveuCodeur","description":"Upgrade at SF 3.1 to 5.4 \u0026 added units/functionals tests \u0026 performance audit. Project 8 of the Developer PHP / Symfony formation of Openclassroom. ","archived":false,"fork":true,"pushed_at":"2021-12-21T12:37:41.000Z","size":6057,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-09-30T16:02:39.027Z","etag":null,"topics":["blackfire","php","phpunit","symfony","symfony3","symfony5"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"saro0h/projet8-TodoList","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leCheveuCodeur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":"Audit_Qualité_Performance.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-03T05:57:56.000Z","updated_at":"2021-12-21T12:37:15.000Z","dependencies_parsed_at":"2023-08-24T15:15:41.247Z","dependency_job_id":null,"html_url":"https://github.com/leCheveuCodeur/TodoList","commit_stats":null,"previous_names":["lecheveucodeur/todolist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leCheveuCodeur%2FTodoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leCheveuCodeur%2FTodoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leCheveuCodeur%2FTodoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leCheveuCodeur%2FTodoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leCheveuCodeur","download_url":"https://codeload.github.com/leCheveuCodeur/TodoList/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235393591,"owners_count":18982818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blackfire","php","phpunit","symfony","symfony3","symfony5"],"created_at":"2024-09-24T14:07:46.915Z","updated_at":"2025-10-05T11:31:28.846Z","avatar_url":"https://github.com/leCheveuCodeur.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoList [![Codacy Badge](https://app.codacy.com/project/badge/Grade/20872575b2934283ba8773a14a334d63)](https://www.codacy.com/gh/leCheveuCodeur/TodoList/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=leCheveuCodeur/TodoList\u0026amp;utm_campaign=Badge_Grade) [![Maintainability](https://api.codeclimate.com/v1/badges/2d02201b1d9fa991db44/maintainability)](https://codeclimate.com/github/leCheveuCodeur/TodoList/maintainability) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/20872575b2934283ba8773a14a334d63)](https://www.codacy.com/gh/leCheveuCodeur/TodoList/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=leCheveuCodeur/TodoList\u0026utm_campaign=Badge_Coverage)\n\n## Description\n\nThis project is the 8th project of the [Developer PHP / Symfony](https://openclassrooms.com/fr/paths/59-developpeur-dapplication-php-symfony) formation of [Openclassrooms](https://openclassrooms.com/).\n\nThe first objective of this project was to **migrate a Symfony 3.3 project to a newer** version, here my choice was **the latest Symfony LTS, 5.4**.\n\nThe second objective was to implement **unit and functional tests via [PHPUnit](https://phpunit.readthedocs.io/en/9.5/)** and to fix/add some features.\n\nThe last objective was to perform a **quality and performance audit of the project, via [Blackfire](https://blackfire.io/) and [Codacy](https://www.codacy.com/)** mainly.\n\n## How it work\n\n![TodoList](TodoList.gif)\n\n## Build with\n\n### Server :\n\n- [PHP v7.4.26](https://www.php.net/releases/index.php)\n- [Apache v2.4.48](https://www.apachelounge.com/download/VC15/)\n- [MySQL v8.0.24](https://downloads.mysql.com/archives/installer/)\n- **Server** : *for the server you can turn to the classics: [WAMP](https://www.wampserver.com/), [MAMP](https://www.mamp.info/en/downloads/), [XAMPP](https://www.apachefriends.org/fr/index.html) ...Or test the best of the swiss knives server: [Laragon](https://laragon.org/), my favorite ❤️*\n\n### Framework \u0026 Libraries :\n\n- [Symfony 5.4.1](https://symfony.com/releases/5.4)\n- [Composer](https://getcomposer.org/download/)\n- [Bootstrap v5.1.3](https://getbootstrap.com/)\n\n## Installation\n\n### **Clone or download the repository**, and put files into your environment,\n\n```\nhttps://github.com/leCheveuCodeur/TodoList.git\n```\n\n### Install libraries with **composer**,\n\n```\ncomposer install\n```\n\n### Configure your environment with `.env` file :\n\n```\n# DATABASE_URL=\"mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=8\"\n\n\n###\u003e Admin configuration, used in fixtures loading ###\nADMIN_PSEUDO='Admin'\nADMIN_EMAIL='your@email.com'\nADMIN_PASSWORD='yourPassword'\n```\n\n### Initialise your Database :\n#### *OPTION 1 - Use the shortcut of my Makefile* ❤️\n```\nmake db\n```\n#### *OPTION 2 - Use the next commands with the PHP console*\n1 - create your database :\n\n````\nphp bin/console d:d:c\n````\n\n2 - create the structure in your database :\n\n```\nphp bin/console d:m:m\n```\n\n3 - and install fixturesfor have first contents and your Admin account :\n\n```\nphp bin/console d:f:l -n\n```\n### Activate APCu cache on your Database :\n1 - Download the latest version of the APCu file [👉HERE](https://pecl.php.net/package/APCU),\n\n2 - Unzip the file,\n\n3 - Copy/paste the `php_apcu.dll` file in your `php_last_version/ext` folder,\n\n4 - Activate in the control panel of your server the APCu extension for PHP,\n\n5 - Check the activation via the command `php -m`, where you should see the extension in the listed modules.\n\n### And Voilà ! 🎉\n\n## Launched the tests :\n- *OPTION 1 - Use the shortcut of my Makefile* ❤️\n```\nmake t\n```\n- *OPTION 2 - Use the command with the PHP console*\n```\nphp bin/phpunit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flecheveucodeur%2Ftodolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flecheveucodeur%2Ftodolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flecheveucodeur%2Ftodolist/lists"}