AnanthaRajuC / microservices-labs

A series of experiments to learn about microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

GitHub last commit

GitHub top language

A series of experiements while I'm learning about microservices architecture.

Sometimes I come across articles or videos where microservice architecture is discussed, and each time I am fascinated.

I like the idea that I can share with you my journey of experimenting, asking questions and trying to give myself answers. Maybe you can find something useful here (or maybe not). There is always something to learn from everyone.

Each Lab tries to give an answer to a doubt I have, I hope to solve yours as well.

Explanations of my labs can be found on medium, follow me so you can be sure to stay updated when a new lab pops up!

Lab01

In this laboratory I try to clear my doubts about how to secure services using an authorization and authentication microservice.

The web app is a simple to-do app where a user can register an account, add, view and delete tasks.

A microservice called todo was developed to do this.

Any type of interaction with the service is first passed to the authorization service (auth) which verifies that the token used is valid, otherwise it will be returned 401.

About

A series of experiments to learn about microservices

License:MIT License


Languages

Language:Python 52.5%Language:Vue 21.7%Language:Shell 11.1%Language:JavaScript 4.9%Language:Makefile 4.5%Language:Dockerfile 4.0%Language:HTML 1.2%Language:CSS 0.1%