Example applications generated with the mspec template app generator.
To generate apps, setup a venv and install the mspec library:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
The app in ./my-sample-store/app was created by following the setup instructions above and then:
cd my-sample-store
mkdir app
python -m mtemplate render --spec my-sample-store.yaml --output app
After generating apps cd into ./app/py and follow the instructions in the readme, then cd into ./app/browser1 and follow the instructions in that readme.
The app in ./simple-social-network/app was created by following the setup instructions above and then:
cd simple-social-network
mkdir app
python -m mtemplate render --spec simple-social-network.yaml --output app
After generating apps cd into ./app/py and follow the instructions in the readme, then cd into ./app/browser1 and follow the instructions in that readme.