Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)