Gooogr / snippetbox

Web application from the "Let's Go" book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl -i -X GET http://localhost:4000/snippet/view?id=1

curl -iL -X POST http://localhost:4000/snippet/create

mysql -D snippetbox -u web -p
SELECT id, title, expires FROM snippets;

About

Web application from the "Let's Go" book


Languages

Language:Go 51.1%Language:CSS 40.0%Language:HTML 7.4%Language:JavaScript 1.5%