Skip to content

whoamiApolo/api-students

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Students

API Restful to manage students

Routes:

  • GET /students - List all students
  • POST /students - Create a student
  • GET /students/:id - Show a student
  • PUT /students/:id - Update a student
  • DELETE /students/:id - Delete a student
  • GET /students/active=<true/false> - List all active/non-active students

Struct Student:

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

Curl

  • curl localhost:8081/students

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages