Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lassejlv/go-prisma-template

😀 Easy go-prisma template
https://github.com/lassejlv/go-prisma-template

docker go prisma

Last synced: 2 months ago
JSON representation

😀 Easy go-prisma template

Awesome Lists containing this project

README

        

## Prisma Go Template

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

### Running the database and server

```bash
go mod download
```

Generate the prisma client

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

Run the server

```bash
go run . # or go run main.go
```