Skip to content

msohaibali/todo-python-fastapi

Repository files navigation

TODO Module to CREATE, READ, UPDATE, DELETE different tasks

doube click on RUN.BAT to start server

ROUTES: - GET (/api/todo) to get all Todo tasks as a list - GET (/api/todo/{task_title}) to get json of specific Todo task - PUT (/api/todo) to update a Todo task - POST (/api/todo) to Create a new Todo task - DELETE (/api/todo/{task_title}) to delete a todo task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages