📄️ Using a Store
Stores in Modelence are MongoDB collections with built-in TypeScript support, schema and helper methods. They help you:
📄️ Create a Module
Modules are the core building blocks of a Modelence application. They help you organize your application's functionality into cohesive units that can contain queries, mutations, stores, cron jobs and configurations.
📄️ Add client routes
Modelence is not opinionated about frontend, so you are free to use any routing library you like.