Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```