Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:11:28.000Z (5 months ago)
- Last Synced: 2024-08-19T13:13:09.119Z (5 months 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: 5
- 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![Badge](https://img.shields.io/badge/prismaPaginate-backend-%237159c1?style=for-the-badge&logo=ghost)
## 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/)