Skip to content

Make the app / api boundaries more interesting #19

@graemefoster

Description

@graemefoster

App using api to store stuff is a bit pointless … suggest rolling the database into the app, and using the api as a complex “FitToOwnPets” service or something that makes more sense as a separate api.

Then the app can consume that in the “new pet” flow to make sure you can be insured.

At that point we can stick something into a queue so that a micro service environment (container apps) can pick it up and process it.

Without something like this, the app -> api flow could easily be considered an anti pattern taking attention away from its main purpose being to demonstrate aad flows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions