modulepackage
0.0.4
Repository: https://github.com/mattn/go-prisma-example.git
Documentation: pkg.go.dev
# README
go-prisma-example
Example Go app using prisma, lit-html, and ky.
Usage
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
$ ./go-prisma-example
Then you can use TODO app! :tada:
Reference
License
MIT
assets/app.js is based on @ryohey's lit-html-todo
Author
Yasuhiro Matsumoto (a.k.a. mattn)