Server side service covering recipes storage
TBD
TBD
./gradlew build java -jar build/libs/recipes-0.0.1-SNAPSHOT.jar
curl -X POST localhost:8080/recipes -d '{"title":"dummy bread", "note":"full of energy", "procedure":"buy bread in a store", "ingredients":[{"name":"money", "unit":"peaces", "amount":"20"}]}' -H'Content-Type: application/json'
curl localhost:8080/recipes | jq
- provide list of tags
- Searching including filters ** by tags, ** by ingredients, ** by name
- pagination when lists all
- ordering
- saving pictures (raw mode recipes)
- support of rating