Skip to content

Symfony 3.1 project updated to Symfony 6.4, Unit and Functionnal tests implemented, Documentation, Performance and code quality audit, Contributions, ...

Notifications You must be signed in to change notification settings

LuigiG34/Todolist

Repository files navigation

ToDo & Co


SymfonyInsight

Requirements

  1. PHP 8.2.0
  2. Composer
  3. WAMPServer
  4. xdebug

Installation

  1. Create a Virtual Host
  2. Configurate the ".env" file so that it corresponds to your environnement
  3. Install dependencies : composer install
  4. Create the database : php bin/console doctrine:database:create
  5. Create a migration : php bin/console make:migration
  6. Update the database structure : php bin/console doctrine:migrations:migrate
  7. Upload the DataFixtures : php bin/console doctrine:fixtures:load

Usage/Access

  1. You can find 2 users (1 Admin & 1 Standard) in the credentials.txt file provided
  2. Access the project : {your-virtual-host}/login

About

Symfony 3.1 project updated to Symfony 6.4, Unit and Functionnal tests implemented, Documentation, Performance and code quality audit, Contributions, ...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published