Skip to content

MiguelNol/BackEndJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

API Endpoints

Reporte

  • Get Reporte: http://localhost:4000/reportes?fechaInicio=2024-01-01&fechaFin=2024-12-31

Clientes

  • GET: http://localhost:4000/clientes
  • POST: http://localhost:4000/clientes
  • GET por ID: http://localhost:4000/clientes
  • PUT: http://localhost:4000/clientes/{id}
  • DELETE: http://localhost:4000/clientes/{id}

Personas

  • GET: http://localhost:4000/personas
  • POST: http://localhost:4000/personas
  • PUT: http://localhost:4000/personas/{id}
  • DELETE: http://localhost:4000/personas/{id}

Cuentas

  • GET: http://localhost:4000/cuentas
  • POST: http://localhost:4000/cuentas
  • GET por ID: http://localhost:4000/cuentas/{id}
  • PUT por ID: http://localhost:4000/cuentas/{id}
  • DELETE por ID: http://localhost:4000/cuentas/{id}

Movimientos

  • POST: http://localhost:4000/movimientos/registrar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages