A Flask extension that automatically builds a boilerplate template for your web application backend by using a simple cli command. It builds a modular architecture that's manageable and easily deployable. Don't worry about configuring and structuring your application factory pattern from scratch. mudbrick does that for you.
Run the following command to install:
$ python pip install mudbrick
Run the following command inside your terminal.
$ mudbrick --build <project_name>