Skip to content

Commit 5f6de23

Browse files
authored
Merge pull request #94 from monstar-lab-oss/feat/update-readme-with-pagination-feature
feat: updated readme to include pagination as a feature
2 parents 2c82705 + c530e57 commit 5f6de23

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ To view sample implementations based on this starter-kit, please visit the [nest
1919

2020
## Starter-kit Features
2121

22-
| Feature | Info | Progress |
23-
| ------------------------ | ----------------- | -------- |
24-
| Authentication | JWT | Done |
25-
| Authorization | RBAC (Role based) | WIP |
26-
| ORM Integration | TypeORM | Done |
27-
| DB Migrations | TypeORM | Done |
28-
| Logging | winston | Done |
29-
| Request Validation | class-validator | Done |
30-
| Docker Ready | Dockerfile | Done |
31-
| Auto-generated OpenAPI | - | Done |
32-
| Auto-generated ChangeLog | - | WIP |
22+
| Feature | Info | Progress |
23+
| ------------------------ | ------------------ | -------- |
24+
| Authentication | JWT | Done |
25+
| Authorization | RBAC (Role based) | WIP |
26+
| ORM Integration | TypeORM | Done |
27+
| DB Migrations | TypeORM | Done |
28+
| Logging | winston | Done |
29+
| Request Validation | class-validator | Done |
30+
| Pagination | SQL offset & limit | Done |
31+
| Docker Ready | Dockerfile | Done |
32+
| Auto-generated OpenAPI | - | Done |
33+
| Auto-generated ChangeLog | - | WIP |
3334

3435
## Installation
3536

0 commit comments

Comments
 (0)