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

https://github.com/infinityworks/music

A REST api demo project that generates sequence diagrams from tests
https://github.com/infinityworks/music

api golang sequence-diagrams test

Last synced: 5 months ago
JSON representation

A REST api demo project that generates sequence diagrams from tests

Awesome Lists containing this project

README

          

# sequence-diagrams

Code to accompany blog post: https://engineering.infinityworks.com/sequence-diagrams/

Run `make test` to generate the diagrams. The diagram path on the filesystem will be printed to the console.

The project structure follows the standard package layout described [here](https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1)