Git Product home page Git Product logo

todolist's Introduction

ToDo&Co - todolist

project 8 openclassroom - développeur PHP Symfony

Presentation

Having just arrived in a startup, my goal is to improve an application allowing you to manage your daily tasks using Symfony. My objectives consist of improving:

  • code quality
  • the quality perceived by the user
  • the quality perceived by employees
  • quality when work on the project

But also :

  • Implementation of new features
  • Fixed some anomalies
  • Implementation of automated tests
  • Technical documentation
  • Code quality audit documentation and application performance

Install the project

Firstly recover the project on git with git clone

Composer

We will install the project dependencies with:

composer install

Configuration .env.local

The docker-compose environment does not require setting up a database. If you want to use a database already installed on your machine, create an .env.local file containing the information to connect to the database

Docker compose

docker-compose up

Database configuration

symfony console doctrine:migrations:migrate

Add data in the database

symfony console doctrine:fixtures:load

Beginning the project

Once the previous steps have been completed, you can launch the server with the command

symfony server:start

Once the server is launched you can access the project with the link http://localhost:8000/

todolist's People

Contributors

heligonseb avatar dgueudre avatar

Watchers

 avatar  avatar

todolist's Issues

create UML

  • Diagram de classe
  • Model physique de donnée
  • Diagram sequence - create user
  • Diagram sequence - create task
  • Diagram sequence - delete task
  • Use case - create user
  • Use case - create Task
  • Use case - delete task

update project

  • create link between tasks and a user
  • link the user to the task in the fixtures
  • can choose role for users when create and edit
  • Only admin can access to /users
  • task can be delete only by the owner
  • tasks with anonymous user can only be delete by Admin

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.