Application is diviaded for a few microservices. Most of the application was created as a ASP.NET Core 1 Web application. Client application is Angular 4 application.
Below is short description of the backend microservices:
(mandatory) Depository service is resposible for storing Markdown files. Currently there are two implementation of that service:
Only the mandatory services are needed for basic functionality.
More information about configuration all applications you can find in Getting started page.