From d3aef36700a26544f63d13443419ad9c69c5e4bf Mon Sep 17 00:00:00 2001 From: daviaquino87 Date: Mon, 2 Oct 2023 10:17:22 -0300 Subject: [PATCH] docs: add new documentation --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d65a0a5..d905249 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,31 @@ example of pagination with prisma and nest.js
-## 🛠 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/)