HenriqueCCdA/mk-burger-drf

Add o Modelo de hamburguer.

Closed this issue · 0 comments

 {
      "nome": "Henrique",
      "carne": "Veggie burger",
      "pao": "Italiano Branco",
      "opcionais": [
        "Bacon",
        "Salame"
      ],
      "status": "Solicitado",
      "id": 1
    }

OBS: O Status será outra tabela.