lassejlv / go-prisma-template

πŸ˜€ Easy go-prisma template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prisma Go Template

An api using prisma as the database orm and gin as the web framework.

Running the database and server

go mod download

Generate the prisma client

go run github.com/steebchen/prisma-client-go db push

Run the server

go run . # or go run main.go

About

πŸ˜€ Easy go-prisma template


Languages

Language:Go 77.1%Language:Dockerfile 22.9%