Skip to content

AdrienHt/taskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31359dc · Nov 30, 2017

History

10 Commits
Nov 30, 2017
Nov 30, 2017
Nov 30, 2017
Nov 30, 2017
Nov 30, 2017

Repository files navigation

Task Manager

This app is used to manage basic tasks of a group.

Intallation

  1. Download the project
  2. Put it in your server or in Mamp
  3. Go to the project url and enjoy the application (ex: http://localhost:8888/taskManager/)

Note : Be sure to put the project in the right folder, to have an url like this : http://yourserver/taskManager/

API Usage

You can use the Restfull api with endpoints. Some of them aren't used for the font app.

Enpoint avalaibles :

  • GET :

    • get all users: /user
    • get a user by id : /user/{$id}
    • get a task for a specific user: task/user/{$id}
    • get a task by id : /task/{$id}
    • get all the tasks : /task
  • POST :

    • Add a user : /user/add
    • Create a new task : /task/create
  • DELETE :

    • Delete task by task ID : /task/delete/{$id}
    • Delete a user AND all his tasks : /user/delete/{$id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published