Skip to content

Commit 355e933

Browse files
committed
add index.md
1 parent 9d4807d commit 355e933

File tree

5 files changed

+17449
-36
lines changed

5 files changed

+17449
-36
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ lerna-debug.log*
3434
!.vscode/extensions.json
3535

3636
.env
37+
.metals
38+
.vscode

docs/api.md

Whitespace-only changes.

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Building RESTful APIs with NestJS
2+
3+
* [Getting Started](./docs/guide.md)
4+
* [Connecting to MongoDB](./docs/mongo.md)
5+
* [Protect your APIs with JWT Token](./docs/auth.md)
6+
* [Dealing with model relations](./docs/model.md)
7+
* [Externalizing the configuration](./docs/config.md)
8+
* [Handling user registration](./docs/user.md)
9+
* [Testing Nestjs applications](./docs/testing.md)

0 commit comments

Comments
 (0)