Aequum is a framework for building apps common components in a fast and easy way, also providing a set of common components, utils, models etc.
This framework was designed having in mind hexagonal archivecture and clean code using the DDD (Domain Driven Design) approach, also the components was divided in packages to use them in a modular way.
- @aequum/crudl: CRUD/CRUDL operations common components
- @aequum/exceptions: Common exceptions collection
- @aequum/geojson-models: GeoJSON models for
class-validator - @aequum/mongoose: Mongoose tools
- @aequum/paginate-common: Pagination common components
- @aequum/typeorm: TypeORM tools
- @aequum/types: Common types collection
- @aequum/utils: Util functions collection
- @aequum/validators: Custom validators for
class-validator