odjhey / try-gorilla-mux-golang-template-for-throw-aways

used as repo template for one-offs/throw away rest apis used during manual testing

Home Page:http://try-gorilla-mux-golang.apps.odee.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • try golang for http apis

  • also try ninja, been using make for a long time and it is serving me well, but doesn't hurt to try new things

  • use this as template for throw away api endpoints used during manual testing

  • docs, swagger files, postman

TODO

  • use sqlite3 for some persistence
  • create swagger doc
  • add endpoint test reporter (see pactum.js, frisbyjs, pact.io)

Refs

sqlite3
.open .data.db
.mode line
select * from products;

About

used as repo template for one-offs/throw away rest apis used during manual testing

http://try-gorilla-mux-golang.apps.odee.io/


Languages

Language:Go 88.4%Language:Dockerfile 6.0%Language:Makefile 5.6%