git ssb

1+

dinoworm 🐛 / catstack



Tree:
📄.babelrc
📄.gitignore
📄.nvmrc
📄.python-version
📄README.md
📄api.js
📁app
📁build
📁config
📄knexfile.js
📁migrations
📄package.json
📄render.js
📄static.js
README.md

business-stack

work in progress

real-world, production-quality stack for Craftworks

stack

refs: 0, 1

micro-services

TODO split into micro-services based on mad-science-stack

TODO write docs about what is a micro-service

app modules

in contrast to frameworks like Rails which split our app into directories for each "type" of file (models, views, controllers), our app is split into directories for each module, where each module contains the various types of files within that module.

each module directory may contain any of:

Built with git-ssb-web