June 2025
Intermediate to advanced
837 pages
24h 50m
English
The second microservice you implement for your application is the movie service. This is a classic Express application that can be accessed via HTTP. The difference with the Express applications you’ve developed so far is that the movie service has a higher level of specialization. This microservice only takes care of all tasks related to the movie database, that is, reading and writing records as well as validating them. In this section, you implement read-only and create-only access for all create, read, update, delete (CRUD) operations as examples.
The basis of the movie microservice is Express with some extensions. You save the files of this service in the movie directory. The ...
Read now
Unlock full access