Skip to content

Commit

Permalink
docs: add new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
daviaquino87 committed Oct 2, 2023
1 parent 1b7076c commit d3aef36
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,31 @@ example of pagination with prisma and nest.js

<hr>

## 🛠 Tecnologias
## Running locally

As seguintes ferramentas foram usadas na construção do projeto:
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/)
Expand Down

0 comments on commit d3aef36

Please sign in to comment.