Skip to content

ClementCastel/Django_ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_ToDoApp

To Do app built in Django

API:

tasks:

GET

  • /<uuid>/all/ : all tasks
  • /<uuid>/unfinished/ : unfinished tasks
  • /<uuid>/finished/ : finished tasks
  • /<uuid>/next/<int>/ : n(int) last tasks
  • /<uuid>/past/ : overdue tasks
  • /<uuid>/future : upcoming tasks

POST

  • /users/register/ (POST: firstname/lastname/email/password) : add user to DB
  • /users/login/ (POST: email/password) : get the UUID of a user
  • /users/delete/ (POST: email/password) : remove user from DB

TODO : Web Client:

  • Design
  • Template
  • JS animations
  • Client querying api

Android Client:

  • Configure Android Studio/Flutter
  • App template
  • Client querying api

About

To Do app built in Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published