git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: e90509c961bcbabb52a702d7c3e6b9353ceb5dd9

Files: e90509c961bcbabb52a702d7c3e6b9353ceb5dd9 / README.md

5206 bytesRaw

business-stack

work in progress

real-world, production-quality stack for Craftworks

stack

directory structure

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:

setup postgres database

install docker

run latest migrations with

npm run knex -- migrate:latest

or run [any other knex command] with npm run knex -- [command] [args]

known issues

resources

Built with git-ssb-web