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

https://github.com/xlanex6/nuxt3-prisma-demo

Play with NUXT3 and PRISMA
https://github.com/xlanex6/nuxt3-prisma-demo

nuxtjs prisma-client prisma2

Last synced: about 1 year ago
JSON representation

Play with NUXT3 and PRISMA

Awesome Lists containing this project

README

          

# Nuxt 3 Minimal Starter with [Prisma](https://www.prisma.io/?utm_source=Prisma+Ambassador&utm_medium=Blop+post&utm_campaign=ambassador_program&utm_content=Prisma+AP+Alex+Duval)

Check [Prisma.io](https://www.prisma.io/?utm_source=Prisma+Ambassador&utm_medium=Blop+post&utm_campaign=ambassador_program&utm_content=Prisma+AP+Alex+Duval)

[Main issue](https://github.com/prisma/prisma/issues/5030#issuecomment-912588323)

Prisma on the edge looks great, more info during the [serverles prisma conf](https://www.prisma.io/serverless)

## Setup

Make sure to install the dependencies

```bash
yarn install
```

## Development

Start the development server on http://localhost:3000

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).