A vine cellar management application
For now, the app represents a single wine cellar containing multiples wines. A vine batch present itself like this :
{
"id": 1,
"bottleCount" : 5000,
"country" : "Va-t-y quand ?",
"dateAdded" : 1558001469770,
"name" : "Chat tout neuf du Pape",
"year" : 1404,
"vineYard" : "Vignoble personnage"
}