Skip to content

LarkaFenrir/todo-api

Repository files navigation

Todo API

Simple todos tracker that allows users to manage their personal tasks.

Technical Overview

The app is built using Django and Python, following a simple REST API architecture.

Main Models

Todo

  • title
  • description
  • completed
  • owner
  • created date

User

  • username
  • email
  • password

You can use Postman to review the APIs and endpoint of this project.

About

Todo API app for managing personal tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors