Victorteka / bookstore

CRUD application written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookstore

CRUD application is written in Go

Implemented endpoints

Method Endpoint Description
POST /api/v1/books Create a book
GET /api/v1/books Fetch all books
PUT /api/v1/books/{id} Update a book details
DELETE /api/v1/books/{id} Delete book
GET /api/v1/books/{id} Get book by id

About

CRUD application written in Go


Languages

Language:Go 100.0%