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
- Host: GitHub
- URL: https://github.com/infinityworks/music
- Owner: infinityworks
- License: mit
- Created: 2019-06-11T21:41:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T16:27:14.000Z (about 7 years ago)
- Last Synced: 2025-08-14T14:11:26.878Z (11 months ago)
- Topics: api, golang, sequence-diagrams, test
- Language: Go
- Homepage: https://apitest.dev
- Size: 16.6 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)