Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Administración de datos de los paciente #2

Closed
5 tasks
agomezjuan opened this issue Mar 20, 2024 · 0 comments · Fixed by #7
Closed
5 tasks

Administración de datos de los paciente #2

agomezjuan opened this issue Mar 20, 2024 · 0 comments · Fixed by #7
Assignees
Labels
help wanted Extra attention is needed

Comments

@agomezjuan
Copy link
Owner

Administración de datos de los pacientes: listar, agregar, modificar y eliminar
pacientes. De cada uno se almacenan: nombre, apellido, domicilio, DNI y fecha de
alta. Se desea el desarrollo de un CRUD para la entidad Paciente.

  • POST: agregar paciente.
  • GET: traer paciente por ID.
  • PUT: actualizar paciente.
  • PATCH: actualizar un paciente por alguno de sus campos.
  • DELETE: eliminar al paciente.
@agomezjuan agomezjuan self-assigned this Mar 26, 2024
@agomezjuan agomezjuan added the help wanted Extra attention is needed label Mar 26, 2024
@agomezjuan agomezjuan linked a pull request Mar 28, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant