Hacker News new | ask | show | jobs
by davidu 2508 days ago
More interestingly, the github repo is just a wonderful example of a fully built application using modern techniques in a microservices architecture: https://github.com/DMarby/picsum-photos

It's so hard to always find how all the pieces fit together and this repo has it all. Really impressive.

1 comments

Is it really a microservice architecture? It looks like it is a web application with a frontend, backend api and normal modules/packages for the functionality?