Skip to content

Latest commit

 

History

History
42 lines (41 loc) · 855 Bytes

README.md

File metadata and controls

42 lines (41 loc) · 855 Bytes

poc1NodeJS

An Node JS example without foot and head

Aluno API
Endpoint Method Objective
/api/alunos/ GET Retrieve All Aluno
/api/aluno/{nome} GET Get Aluno
/api/aluno POST Register Aluno
/api/aluno/{aluno} PUT Update Aluno
/api/aluno/{nome} DELETE Inactive Aluno