An Node JS example without foot and head
Aluno APIEndpoint | 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 |