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

https://github.com/chanmyaemaung/node-prisma-crud

NODEJS, EXPRESS JS, PRISMA w/ CRUD FUNCTIONALITY
https://github.com/chanmyaemaung/node-prisma-crud

crud-application database expressjs mongodb nodejs prisma

Last synced: 9 months ago
JSON representation

NODEJS, EXPRESS JS, PRISMA w/ CRUD FUNCTIONALITY

Awesome Lists containing this project

README

          

### PRISMA REALWORLD EXAMPLE

To initialize the Prisma Database

`npx prisma init`

To Open the Prisma Studio

`npx prisma studio`

To Migrate DB

`npx prisma migrate dev`

To generate more field

`npx prisma generate`