Skip to content

Ltorog/PruebaEnviameParte234

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parte 2 - Prueba Envíame

Base de datos

  • Modificar conexión en setting.json

  • En terminal de comandos nugget ejecutar

    • Add-Migration "Agregar Migración a base de datos"
    • Update-Database
    • Levantar proyecto en visual studio
  • localhost:Puerto/api/v1/enviame/ObtenerEnvios (GET)

  • localhost:Puerto/api/v1/enviame/ModificarEnvio (PUT)

  • localhost:Puerto/api/v1/enviame/ObtenerDetalleEnvio/{id} (GET)

  • localhost:Puerto/api/v1/enviame/GenerarDataAleatoria (GET)

Parte 3 - Prueba Envíame

Parte 4 - Prueba Envíame

  • localhost:Puerto/api/v1/enviame/CalcularDistancia/{id}
    • Siempre que exista un envío, para ello, generar data aleatoria:

Releases

No releases published

Packages

No packages published

Languages