vipulbhj / one2n-sre-bootcamp

https://playbook.one2n.in/sre-bootcamp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRE Bootcamp Exercises

https://playbook.one2n.in/sre-bootcamp/

REST API

Contains

  • Get all students (GET /students)
  • Get a student with an ID (GET /students/:id)
  • Add a new student (POST /student)
  • Update existing student information (PUT /student)
  • Delete a student record (DELETE /student/:id)

Setup

  • Clone the repo
  • go run main.go

About

https://playbook.one2n.in/sre-bootcamp/


Languages

Language:Go 100.0%