Categorygithub.com/douglastaylorb/api-students
modulepackage
0.0.0-20241215131208-3d404c871cd8
Repository: https://github.com/douglastaylorb/api-students.git
Documentation: pkg.go.dev

# README

api-students

API to manage 'Curso golang' course students

Routes

  • GET /students - List all students
  • POST /students - Create student
  • GET /students/:id - Get infos from a specific student
  • PUT /students/:id - Update student
  • DELETE /students/:id - Delete Student
  • GET /students?active=<true/false> - List all active/non-active students

Struct Student:

  • Name
  • CPF
  • Email
  • Age
  • Active

# Packages

No description provided by the author
No description provided by the author
Package docs Code generated by swaggo/swag.
No description provided by the author