Learn Nestjs with TDD (Build a real application)

5 branches
Beginner
10 Kudos
NestJest

Read Before Starting the Jam

Git

In order to follow this Jam you should have basic knowledge of the following Git commands:

If you need any help installing or familiarizing yourself with Git you should try this interactive course.

The flow of the exercises is as follow

Pull our starting repo > Run the test suite > Code a working solution > Push back to our hosted repo > Pull the next step... And repeat!

List of content

Implement the /movies endpoint
2 Kudos
Implement the /categories endpoint
2 Kudos
Implement the /genres endpoint
2 Kudos
Implement the /movies/{id} endpoint
2 Kudos
Implement the /movies/{id}/genres endpoint
2 Kudos