Skip to content

Mugilan10/fastapi-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FASTAPI-TASKS

A FASTAPI app that manages tasks built in python

What it does

  • Integrates SQLite3 with FASTAPI

@app.get("/tasks")

  • displays all tasks

@app.post("/tasks")

  • creates a new task with title and priority

@app.put("/tasks/{task_id}/done")

  • marks task with corresponding task id as done i.e done = 1

@app.delete("/tasks/{task_id}")

  • deletes task with corresponding task id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages