...

/

Service Specification and APIs

Service Specification and APIs

Get introduced to the product's service and define its specification and API endpoints.

In this course, we will create a service using both pure and impure ways. Before we start developing the service, we need to define its specification and the APIs that it will expose.

Let’s define the specification first.

Service specification

First of all, we need to specify the exact scope and API of the project(service) that we will be developing. We’ll design the service with a minimal API to keep things simple and easy to understand.

The service shall provide HTTP API endpoints for:

  1. the creation of a
...