Generates n-tier applications from an (implicit) CSV schema or an (explicit) JSON schema.
The application components (frontend, api) can be run inside docker containers or stand-alone.
The application database itself is containerized.
# .bashrc
# toolchain is found at ~/appgen
. ~/appgen/appgen-configure
# or setup manuallymkdir testapp
cd testapp
. appgenmkdir todo
cp -R ~/appgen/samples/todo-basic/configure .
./configure/using-csvmkdir todo
cp -R ~/appgen/samples/todo-basic/configure .
./configure/using-schema