QuentinNev / GlouGlou

Vine cellar management application
0 stars 1 forks source link
ionic4 school-project wines

GlouGlou

A vine cellar management application

Features

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"
}