Example Go app using prisma, lit-html, and ky.
First of all, install PostgreSQL. Then try following commands.
$ go generate
$ go build
$ echo 'DATABASE_URL=postgresql://yourname:yourname@localhost:5432/postgres' > .env
$ npx prisma db push --preview-feature
$ ./go-prisma-example
Then you can use TODO app! 🎉
MIT
assets/app.js is based on @ryohey's lit-html-todo
Yasuhiro Matsumoto (a.k.a. mattn)