Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pacyL2K19 authored Mar 17, 2023
1 parent df3067d commit 2763122
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build a GraphQL API using NestJs and MongoDB in a modern way - PART 3

<p align="center">
<a href="http://nestjs.com/" target="blank"><img src="./static/assets/cover.png" alt="Nest Logo" /></a>
<a href="http://nestjs.com/" target="blank"><img src="https://user-images.githubusercontent.com/61581306/225814520-9c66569b-8e9c-485c-a4a6-667da58cbfcd.jpg" alt="Nest Logo" /></a>
</p>

## Description
Expand All @@ -16,7 +16,8 @@ In the third installment, we'll explore how to apply Continuous Integration and

Finally, in the fourth and final installment, we'll take things up a notch by adding features that will introduce you to the world of micro-services. You'll learn how to break down your monolithic app into smaller, independent micro-services without disrupting any existing functionality. This is the modern approach, saving you from the headache of long, drawn-out migrations. So, let's get started and take your GraphQL development skills to the next level!

[Read the full article]()
[Read the full article - Part 1](https://paclinjanja.hashnode.dev/graphql-api-nestjs-mongodb-a-modern-way-part-1)
[Read the full article - Part 2](https://paclinjanja.hashnode.dev/build-graphql-api-nestjs-mongodb-a-modern-way-part-2-tdd)

## Installation

Expand Down Expand Up @@ -48,6 +49,7 @@ $ yarn run test:e2e

# test coverage
$ yarn run test:cov

```

## Say Hi
Expand Down

0 comments on commit 2763122

Please sign in to comment.