An open API service indexing awesome lists of open source software.

https://github.com/danilobandeira29/multitenant

app for multiple clients with shared database
https://github.com/danilobandeira29/multitenant

go golang tenants

Last synced: 8 months ago
JSON representation

app for multiple clients with shared database

Awesome Lists containing this project

README

          

# Running the project

```bash
go run main.go
```

# Architecture

Context

![Context](@docs/context.png)

Container

![Container](@docs/container.png)

Example

![Example](@docs/example.png)

are the files in `@docs` folder

Architecture writing follows the [C4 Model standard](https://c4model.com). To be able to view it, you need to install `Java` and other tools like `.puml` visualizer.