Categorygithub.com/devezets/api-students
modulepackage
0.0.0-20250207204514-bd7087343d37
Repository: https://github.com/devezets/api-students.git
Documentation: pkg.go.dev

# README

api-students

API to manage 'Golang do Zero" 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

Struct Student:

  • Name (string)
  • CPF (int)
  • Email (string)
  • Age (int)
  • Active (bool)

# Packages

No description provided by the author