Skip to content

berndreiss/ZenToDo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenToDo-api

This is the API for interacting with the ZenToDo server (https://github.com/berndreiss/ZenToDo-server). It also contains all the relevant shared data types necessary to implement a ZenToDo list. A frontend implementation can be found here: https://github.com/berndreiss/ZenToDo.

It provides:

  • A client stub for interaction with the server
  • Data classes and interfaces for database management:
    • Classes for data types (implementing JPA):
      • Entry
      • TaskList
      • User
      • etc.
    • An abstract database class consisting of
      • An interface for an task manager
      • An interface for a user manager
      • An interface for a list manager
      • An interface for general database operations
    • A JPA based persistence solution for the above mentioned database
    • Interfaces for operations between client and server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages