A simple CRUD api filled with mock data using structs and no databases.
- 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.