MicroService

Inroduction to Microservices

A Simple Document management application build using microservice architectural style.

Ahmedin Hassen

In this tutorial we are going to learn how to create MicroServices using Spring Boot Framework. An effective way to learn microservices is creating them, for that we are going to build a simple Document Management System using Microservices architecture. This Document Management System has the following functionalities; upload a document(*.pdf, *.doc, *.txt… etc, even *.zip), get list of documents , update a document and delete a document(s). Basically we will be able to do CRUD…