novarto-oss / sane-dbc

A sane approach to interacting with an RDBMS in Java
Apache License 2.0
26 stars 1 forks source link

implement end to end example #6

Open dimitarg opened 6 years ago

dimitarg commented 6 years ago

Implement an example web app which showcases usage of sane-dbc. Data model should be something simple but realistic. Can be for example a user management service, providing endpoints for login, logout, creation of user, assignment of user/s to groups, and storage of user preferences.

Web app could be implemented with a variety of technologies, so that the user can pick up the example with the technology they are most familliar with. Possible variants: