api-students

command module
v0.0.0-...-97fec7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2025 License: MIT Imports: 2 Imported by: 0

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 info
  • DELETE /students/:id - Delete student
  • GET /students?active=<true/false> - List all active/non-active students

Struct Student:

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL