/projet8_ToDo_and_Co

Projet 8 OpenClassRooms ToDo & Co

Primary LanguagePHP

Codacy Badge Maintainability

ToDoList App Your Task Application

Project 8 OpenClassRooms

  • Developped with the Symfony 3.4 framework
  • CSS : Bootstrap 4

Prérequisites

  • Php 7.2
  • Mysql 5.7
  • Redis Server

Tested with:

Metrics with:

  • PHP Metrics
  • BlackFire

Cache with:

  • Redis

Install application:

clone or download the repository into your environment. https://github.com/yohannzaoui/projet8_ToDo_and_Co.git

$ composer install

enter your parameters database

database_host: 127.0.0.1
database_port: null
database_name: db
database_user: root
database_password: null
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load

Run REDIS server more informations

$ redis-server

Run application in your favorite browser

  • Create user
  • LogIn
  • Create task

Enjoy !!

Security documentation

Quality Code documentation

Contribute to this project