modulepackage
0.0.0-20241002165936-90c9a22ed1bd
Repository: https://github.com/rnvdev/api-students.git
Documentation: pkg.go.dev
# README
API-STUDENTS
API to manage 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 infos.
- DELETE /student/:id - Delete student.
Struct Student:
- Name
- CPF
- Age
- Active
Technologies
- Golang
- GORM
- SQLite
- Echo