Skip to content

suzuken/go-prisma-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://yourname:yourname@localhost:5432/postgres' > .env
$ npx prisma db push --preview-feature
$ ./go-prisma-example

Then you can use TODO app! 🎉

Reference

License

MIT

assets/app.js is based on @ryohey's lit-html-todo

Author

Yasuhiro Matsumoto (a.k.a. mattn)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 43.7%
  • JavaScript 37.5%
  • CSS 17.1%
  • HTML 1.7%