Categorygithub.com/kpgriffith/toxiswaste
repositorypackage
0.0.0-20240503162734-48597fec6301
Repository: https://github.com/kpgriffith/toxiswaste.git
Documentation: pkg.go.dev

# README

toxiswaste

This repo is just a platground for go development and testing different architecture patterns.

It may or may not work if someone happens to clone and try it.

HL Arch

toxiswaste is the web interface that will interact with various microservices.

flowchart LR
    tw{{toxiswaste}}-->m{{media}}
    tw-->r{{recipes}}
    tw-->ww{{woodworking}}
    m-->mdb[(mediadb)]
    r-->rdb[(recipedb)]
    ww-->wwdb[(woodworkingdb)]