Glossary of Terms

entity
An entity is a combination of a Marshmallow schema, type-annotated interface, SQLAlchemy model, Flask controller, and CRUD service. It also contains tests and provides functionality for being registered within an existing Flask application via its register_routes method. This blog post gives more details on entities.
schematics
Schematics generate code from parameterized templates. flaskerize ships with a bunch of built in schematics, listed here