https://github.com/daviaquino87/prisma-paginate
example of pagination with prisma and nest.js
https://github.com/daviaquino87/prisma-paginate
nestjs prisma-orm typescript
Last synced: over 1 year ago
JSON representation
example of pagination with prisma and nest.js
- Host: GitHub
- URL: https://github.com/daviaquino87/prisma-paginate
- Owner: daviaquino87
- Created: 2023-09-04T18:46:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:11:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T13:43:10.679Z (over 1 year ago)
- Topics: nestjs, prisma-orm, typescript
- Language: TypeScript
- Homepage: https://medium.com/stackademic/pagination-with-nest-js-and-prisma-pagination-simplifying-the-implementation-ba6ad7a38338
- Size: 123 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prisma-paginate
example of pagination with prisma and nest.js

## Running locally
Clone the project
```bash
git clone https://github.com/daviaquino87/prisma-paginate
```
Enter the project directory
```bash
cd prisma-paginate
```
Start the project using docker
```bash
docker-compose up -d
```
## 🛠Technologies
The following tools were used to build the project:
- [Nest.js](https://docs.nestjs.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [prismaOrm](https://www.prisma.io/docs)
- [Docker](https://docs.docker.com/)