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

https://github.com/anyulled/conference-kata

System design for Conference Kata
https://github.com/anyulled/conference-kata

Last synced: 3 months ago
JSON representation

System design for Conference Kata

Awesome Lists containing this project

README

          

# Conference Kata

System design for [Conference Kata](https://nealford.com/katas/kata?id=AllStuffNoCruft)

### System Landscape
![Component View](workspace/.structurizr/images/Component-002-thumbnail.png)

### Deployment view
![Deployment view](workspace/.structurizr/images/Production-thumbnail.png)

## How to run this example

Execute this command to run a Docker container with a structurizr lite image.

```bash
docker run --name structurizr --env=PORT=8080 --volume=$(pwd)/workspace:/usr/local/structurizr -p 8888:8080 -d structurizr/lite:latest
```

## Links

* [Documentation](http://localhost:8888/workspace/documentation)
* [ADRs](http://localhost:8888/workspace/decisions)
* [Diagrams](http://localhost:8888/workspace/explore)