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
- Host: GitHub
- URL: https://github.com/chanmyaemaung/node-prisma-crud
- Owner: chanmyaemaung
- Created: 2022-06-11T14:49:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T14:51:30.000Z (about 4 years ago)
- Last Synced: 2024-11-14T14:43:55.513Z (over 1 year ago)
- Topics: crud-application, database, expressjs, mongodb, nodejs, prisma
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`