Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages