Skip to content

arbyys/tul-wea-todo

Repository files navigation

WEA - todo app

Technologie

  • server-side rendering HTML šablon, reaktivní frontend na bázi AJAXU a REST komunikace
    • backend: Python, Flask
    • frontend: HTMX

Struktura DB

  • model Task
    • int id (auto-increment, primary key)
    • int user_id (foreign key)
    • string title
    • string content
    • boolean is_completed
    • datetime created_at
    • datetime updated_at
  • model User
    • int id (auto-increment, primary key)
    • string username
    • string password (zahashované)
    • boolean has_private_profile
    • datetime created_at
    • datetime updated_at

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published