https://github.com/danrusei/http_web_services
Inventory App -- flat & hexagonal service architecture
https://github.com/danrusei/http_web_services
architectural-patterns
Last synced: 9 months ago
JSON representation
Inventory App -- flat & hexagonal service architecture
- Host: GitHub
- URL: https://github.com/danrusei/http_web_services
- Owner: danrusei
- License: apache-2.0
- Created: 2019-08-23T12:53:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T07:37:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T06:09:50.603Z (about 1 year ago)
- Topics: architectural-patterns
- Language: Go
- Homepage:
- Size: 15 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory App using flat & hexagonal architecture
This is just an example App following the 2 architectural patterns.
https://dev-state.com/posts/http_services/
Besides the flat and hex architecture covered in the article above, checkout the layered structure as well,
which can fit your needs.