Skip to content

kiknaio/go-restful-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RESTful service in Go

RESTful book management service will allow you as a user to do all the CRUD operations. First version of it will not use any database, so feel free to make a PR if you would like to add it.

Packages used:

  • json
  • gorilla/mux
  • log
  • net/http
  • strconv

November 5, 2018 - 4b8f6cc7dc833fb6e7f6a3e23fb895c13ffbb9795bf138a74744ff008376cc89

What is REST - Representational state transfer (Wiki)

About

RESTful service written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages