Skip to content

siggwer/Todoandco

Repository files navigation

Todoandco

Codacy Badge

Openclassrooms Project 8 Todo list

symfony

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

Prérequisites

  • Php 7.4
  • 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/siggwer/Todoandco.git

$ composer install

enter your doctrine.yaml parameter

dbal:
driver: 'your_driver'
server_version: 'your_version'
charset: your_charset
default_table_options:
    charset: your_default_charset
    collate: your_default_collate
    url: 'your_default_url_env'

enter your parameters database

database_host: yoyr_host
database_port: your_database_port
database_name: your_database_name (by default : todolist)
database_user: your_user_pseudo
database_password: your_user_password
$ php bin/console composer prepare

Run REDIS server more informations

$ redis-server

Run application in your favorite browser

  • Create user
  • LogIn
  • Create task

Enjoy !!

Security documentation

Audit Code documentation

Improvement documentation

Contribute to this project