Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 408 Bytes

CRUD API in Golang

  • Prerequisites:
    • gorilla/mux
    • Postgresql

Create Student

Adding New Student

Read one Student

Adding New Student

Read All Students

Adding New Student

Update a Student

Adding New Student

Delete a Student

Adding New Student