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
- Host: GitHub
- URL: https://github.com/anyulled/conference-kata
- Owner: anyulled
- License: gpl-3.0
- Created: 2024-01-15T00:13:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:06:24.000Z (over 2 years ago)
- Last Synced: 2024-04-10T18:15:08.546Z (over 2 years ago)
- Language: ASL
- Homepage:
- Size: 2.26 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conference Kata
System design for [Conference Kata](https://nealford.com/katas/kata?id=AllStuffNoCruft)
### System Landscape

### Deployment view

## 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)