Giter Site home page Giter Site logo

qmp7's Introduction

QMP7

Como usuarie de QueMePongo quiero ver todas las prendas que tengo en mi guardarropas desde el navegador para poder administrarlas

GET https://macowins-server.herokuapp.com/prendas

Rta:

[
  {
    "id": 1,
    "tipo": "pantalon",
    "talle": 35
  },
  {
    "id": 2,
    "tipo": "pantalon",
    "talle": 36
  },
  {
    "id": 3,
    "tipo": "pantalon",
    "talle": 37
  },
  {
    "id": 4,
    "tipo": "pantalon",
    "talle": 38
  },
  {
    "id": 5,
    "tipo": "pantalon",
    "talle": 39
  },
  {
    "id": 6,
    "tipo": "pantalon",
    "talle": 40
  },
  etc...
]

Como usuario de QueMePongo, quiero crear una prenda desde el navegador

POST 'https://macowins-server.herokuapp.com/prendas/'

{
  "id": 30,
  "tipo": "pantalon",
  "talle": "XXL"
}

Como usuarie de QueMePongo quiero ver una prenda en particular que tengo en mi guardarropas para poder editarla

GET https://macowins-server.herokuapp.com/prendas?id=200

Rta:
  [
  {
    "id": 30,
    "tipo": "pantalon",
    "talle": "XXL"
  }
]

Como usuarie de QueMePongo, quiero poder eliminar una prenda de mi guardarropas

DELETE https://macowins-server.herokuapp.com/prendas?id=200

Como usuarie de QueMePongo, quiero poder ver mis eventos para administrarlos

GET https://macowins-server.herokuapp.com/eventos

Como usuarie de QueMePongo, quiero poder abrir las sugerencias de prendas para un evento en mi navegador

GET https://macowins-server.herokuapp.com/sugerencias

{
  "id_evento": 300
}

qmp7's People

Contributors

fraangon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.