Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oiwy/nestjs-prisma-crud
This is a project template that combines the NestJS framework, ORM Prisma and CRUD (Create, Read, Update, Delete) functionality.
https://github.com/oiwy/nestjs-prisma-crud
eslint jest nestjs postgresql prettier prisma typescript
Last synced: 16 days ago
JSON representation
This is a project template that combines the NestJS framework, ORM Prisma and CRUD (Create, Read, Update, Delete) functionality.
- Host: GitHub
- URL: https://github.com/oiwy/nestjs-prisma-crud
- Owner: oiwy
- Created: 2023-10-13T06:18:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T00:04:24.000Z (about 1 year ago)
- Last Synced: 2024-11-08T13:34:05.889Z (2 months ago)
- Topics: eslint, jest, nestjs, postgresql, prettier, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nestjs-prisma-crud
This is a project template that combines the NestJS framework, ORM Prisma and CRUD (Create, Read, Update, Delete) functionality.
This project provides a convenient and efficient framework for creating web applications using CRUD principles. It automatically generates code to perform basic CRUD operations on data, allowing you to focus on developing business logic and user interface.
### The nestjs-prisma-crud project includes the following features:
- Integration with the NestJS framework, which provides powerful tools for building web applications on Node.js.
- Ability to use Prisma's ORM to work with the database. Prisma provides convenient methods for querying and manipulating data in the database.
- Automatic code generation to perform CRUD operations. This reduces development time and reduces the possibility of errors.As a result, the nestjs-prisma-crud project provides a simple and efficient framework for building web applications with CRUD functionality, reducing development time and simplifying application maintenance.
## How to start
```bash
yarn
``````bash
npx prisma migrate dev --name init
``````bash
yarn start:dev
``````bash
yarn start
```