Coder Social home page Coder Social logo

project8_todo-co's Introduction

Project 8 Openclassrooms - ToDoList

Parcours développeur d'application - PHP/Symfony

Codacy Badge

Context

This project was realized as part of my studies of application developer - PHP / Symfony. Project 8 is an improvement to an existing Symfony application. It is a task management application.

To see the website code on github : https://github.com/HDoumali/Project8_ToDo-Co

Project

The objective of this project is to improve the quality of the application through the following tasks:

  • The correction of anomalies
  • Implementation of new features
  • Achievement of unit and functional tests
  • Quality and performance audit

Information

The project was developed with PHP7 and Symfony 3.4 framework.

It also uses:

  • Bootstrap 3.3.7
  • Google Font
  • jQuery 1.12.4

Installation

For the realization of the project, I used WAMP which you can download at the following address: www.wampserver.com.

Step 1 : Clone the Github repository :

Step 2 : In the project directory, return to your device and run the following command line :

  • composer install

Step 3 : Open the file app/Config/parameters and insert the following parameters :

  • database_name: Enter your database name (project 6 bu default, you can choose name for the database)
  • database_user: Enter your username for access to the mysql databse ("root" by default)
  • database_password: Enter your password for access to the mysql database ("root" or "null" by default)

Step 4 : Creation of the database with the following commands :

  • php bin/console doctrine:database:create
  • php bin/console doctrine:schema:update --force

Monitoring the qualité and performance of the application

Quality

To ensure the quality of our application, we used the Codacy tool that allows us to review our code and monitor the quality of it

Performance

In order to analyze the performance of the ToDoList application, we use the Blackfire tool that allows an analysis in the details of the application's performance.

Test

We used PHPUnit to perform the unit and functional tests of the application.

The test coverage report is available in web / test-coverage

project8_todo-co's People

Contributors

hdoumali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.