@@ -7,12 +7,10 @@ NestJS boilerplate with TypeORM, GraphQL and PostgreSQL
77- [ 1. Open for Contribution] ( #1-open-for-contribution )
88
99- [ 2. Getting Started] ( #2-getting-started )
10-
1110 - [ 2.1. Installation] ( #21-installation )
1211 - [ 2.2. Run] ( #22-run )
1312
1413- [ 3. Docker] ( #3-docker )
15-
1614 - [ 3.1. Docker Compose Installation] ( #31-docker-compose-installation )
1715 - [ 3.2. Before Getting Started] ( #32-before-getting-started )
1816 - [ 3.3. Run] ( #33-run )
@@ -24,11 +22,9 @@ NestJS boilerplate with TypeORM, GraphQL and PostgreSQL
2422- [ 5. PostgreSQL Database] ( #5-postgresql-database )
2523
2624- [ 6. TypeORM] ( #6-typeorm )
27-
2825 - [ 6.1. Migration Setup and Usage] ( #61-migration-setup-and-usage )
2926
3027- [ 7. GraphQL] ( #7-graphql )
31-
3228 - [ 7.1. Protected Queries/Mutation By Role] ( #71-protected-queriesmutation-by-role )
3329 - [ 7.2. GraphQL Query To Select and Relations] ( #72-graphql-query-to-select-and-relations )
3430 - [ 7.3. Field-Level Permission] ( #73-field-level-permission )
@@ -39,24 +35,20 @@ NestJS boilerplate with TypeORM, GraphQL and PostgreSQL
3935- [ 9. Code generator] ( #9-code-generator )
4036
4137- [ 10. Caching] ( #10-caching )
42-
4338 - [ 10.1. How To Use] ( #101-how-to-use )
4439
4540- [ 11. TDD] ( #11-tdd )
46-
4741 - [ 11.1. Introduction] ( #111-introduction )
4842 - [ 11.2. Before Getting Started] ( #112-before-getting-started )
4943 - [ 11.3. Unit Test (with mock)] ( #113-unit-test-with-mock )
5044 - [ 11.4. Integration Test (with in-memory DB)] ( #114-integration-test-with-in-memory-db )
5145 - [ 11.5. End To End Test (with docker)] ( #115-end-to-end-test-with-docker )
5246
5347- [ 12. CI] ( #12-ci )
54-
5548 - [ 12.1. Github Actions] ( #121-github-actions )
5649 - [ 12.2. Husky v9] ( #122-husky-v9 )
5750
5851- [ 13. SWC Compiler] ( #13-swc-compiler )
59-
6052 - [ 13.1. SWC + Jest error resolution] ( #131-swc--jest-error-resolution )
6153
6254- [ 14. Todo] ( #14-todo )
@@ -494,13 +486,11 @@ db.public.registerFunction({
494486## 14 . Todo
495487
496488- [x] TDD
497-
498489 - [x] Unit Test (Use mock)
499490 - [x] Integration Test (Use in-memory DB)
500491 - [x] End To End Test (Use docker)
501492
502493- [x] CI
503-
504494 - [x] Github actions
505495 - [x] husky
506496
0 commit comments