Skip to content

Openclassrooms / Projet 8 : Améliorez une application existante de ToDo & Co

Notifications You must be signed in to change notification settings

jucarre/TodoList

 
 

Repository files navigation

ToDoList

Build Status

Project 8: Improve an Existing Project

Pre-requisites

  • Link to doc technical requirements
  • Symfony Local Web Server or Configure your local server MAMP, WAMP
  • PHP 7.3 or more
  • MySQL 5.7 or more

Installation

  1. Copy repository

     git clone https://github.com/jucarre/TodoList.git
    
  2. Configure BDD connect on .env file

  3. Install the dependencies

     composer install
    
  4. Create database

    bin/console doctrine:database:create
    
  5. Migrate database table

     bin/console doctrine:schema:create
    
  6. Load fixtures in database

     bin/console doctrine:fixtures:load -n
    
  7. Start server

     symfony server:start
    
  8. Tests

    bin/phpunit
    or
    bin/phpunit --coverage-html docs/test-coverage
    

About

Openclassrooms / Projet 8 : Améliorez une application existante de ToDo & Co

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.4%
  • HTML 17.4%
  • CSS 1.2%