Skip to content

kayprogrammer/book-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BOOK-API WITH GOLANG

Tutorial: Golang REST API With Mux by Traversy Media

Go Docs: Documentation

Mux Docs: Documentation

How to run locally

  • Download this repo or run:
    $ git clone git@github.com:kayprogrammer/book-api-go.git

In the root directory:

  • Install Mux
    $ go get -u github.com/gorilla/mux
  • Build and run server
    $ go build && ./book-api

About

A simple rest api built with Go and Mux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages