File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments