-
try golang for http apis
-
also try
ninja
, been usingmake
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
- use sqlite3 for some persistence
- create swagger doc
- add endpoint test reporter (see pactum.js, frisbyjs, pact.io)
sqlite3
.open .data.db
.mode line
select * from products;