The stable base upon which we build our Elixir projects at Mirego.
The Elixir Boilerplate is a project maintained by Mirego that provides a ready-to-use setup for creating Elixir applications. It includes various features such as integration with the Phoenix web framework, database integration using Ecto, GraphQL API setup with Absinthe, and more. The boilerplate also comes with pre-configured testing, linting, security scanning, and error reporting tools. The project is released under the New BSD license.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.