Skip to content

ashishra0/GoLang-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Golang REST API with mux πŸš€


An approach to building a REST api with Go with mux router.

A simple CRUD api filled with mock data using structs and no databases.

Instructions

  • Do the usual git clone.
  • Make sure you have go toolchain installed.
  • install the mux router.
go get -u github.com/gorilla/mux
  • Run Go run main.go
  • open browser and go to localhost:8000 you should see a message 404 not found it means the server is up and running.
  • Play with the api using postman.

About

Go Lang REST api with mux (no database) πŸ–₯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages