microsoft / entref-spring-boot

A RESTful DAL (Database Abstraction Layer) reference implementation written using Spring.
MIT License
17 stars 22 forks source link

As a developer, I can read, create, update and delete a Favorites List using via a REST API #148

Open day-jeff opened 5 years ago

day-jeff commented 5 years ago

A favorites list is a simple key-value entity.

Supported operations:

Let's discuss details of the API signature and behavior further.