Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.13 KB

Multitenancy Monolith

This repository contains everything related to the development of my multitenancy monolith based on ASP.NET Core.

The project focuses on the REST API, authentication, validation, business logic, database access layer and also some staging related deployment with docker compose.

If you are developing an ASP.NET Core application yourself and are looking for a different approach, you've come to the right place.

I said monolith, but the monster is already evolving beyond that. 🚀 Check out the container diagram and you know why monolith does not fit anymore. I'll try to come up with new name, but for now the current one must do the job.

Getting Started

Clone the repository and start the compose file.

History

A dev-log was hosted on Azure. It ran in staging mode, had guest authentication, but is not available anymore.

Backlog

  • Blob Storage: Blob storage in data layer
  • Blob Storage: Entity images
  • ORM: Entity Framework In-Memroy provider
  • ORM: Entity Framework SQL Server provider
  • SignalR: Entity notifications