Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 901 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 901 Bytes

microserviceinui

Refer to https://pankajpatro.github.io/microserviceinui for more details.

An experiment for looking microservice in UI.

Technology Chosen

Front End - Angular + Redux (HTML + CSS + Angualar Material UI) Middle Tier - Asp.Net Core/Firebase Cloud Functions Backend - NoSQL + JSON

Infrastructure Virtualization

Docker + Kubernetes

Concept

The idea is to create a sample application using the microservices architecture.

Problem Statement

We need to create a Libray Management System with the following major functionalities

  1. The user should be able to search and checkout a book.
  2. The user should be able to return the book issued to him.

Since the application can take considerable time to develop the idea is to develop in Phases.

#Phase1 - Create the UI framework to support basic microservice Create user registration, login page including corresponding services