
:oncoming_taxi: The friendly Computational App Boilerplate. Django + Vue.JS + Redis queues + NginX
CAB is a boilerplate that allows users to easily create websites with multiple computational apps. It is designed for scientists and programmers who want to quickly put an algorithm online behind a user interface. CAB provides a complete integrated system with features such as a HTTP proxy, job queues, and presets for development and production. It requires familiarity with Python and Vue.js.
CAB is a boilerplate that simplifies the process of creating websites with multiple computational apps. It is designed for scientists and programmers and offers features such as Docker-compose deployment, live-reload for immediate code changes, and an easy-to-use component library. Installation requires familiarity with Python, Vue, Docker, and Git. Overall, CAB provides a convenient and efficient solution for putting algorithms online behind user interfaces.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.