Cognos Dashboard Demo

screenshot of Cognos Dashboard Demo
express
bootstrap

This is an Angular 5 and NodeJs demo application to demonstrate Cognos Dashboard Embedded, an IBM Cloud service that provides application developers with a way to add visualization and analytic capabilities to their application. Dev experience: https://ibm-cognos-dashboard-demo.ng.bluemix.net E...

Overview

Getting started with CDE on IBM Cloud is an excellent choice for developers looking to create modern applications using cutting-edge technologies. This framework integrates Angular 5.0.0 and Node.js, making it easy to build, deploy, and seamlessly manage web applications in the IBM Cloud environment. With two deployment options—automatic or manual—users can quickly set up their projects and leverage the powerful capabilities of the cloud.

The detailed setup process helps ensure that even those new to CDE can successfully navigate through creating a Cloud Foundry application. The flexibility in deployment and ease of use makes it an attractive solution for developers looking to harness the power of cloud-based services.

Features

  • Dual Deployment Options: Choose between automatic deployment with a button or manual command-line instructions, catering to different user preferences.
  • Local Development Support: Easily run applications locally before deploying, allowing for quick testing and iterations.
  • Environment Configuration: Simple instructions for updating necessary configurations ensure your app runs smoothly in both environments.
  • Easy Command-Line Interface: Utilize the bx CLI for streamlined interactions with IBM Cloud, making development and deployment processes efficient.
  • Angular Setup Simplified: Building the front-end is straightforward with commands for building and running the Angular application.
  • Automatic Reloading: Enjoy automatic updates during development, which means changes to source files reflect immediately, enhancing productivity.
  • Thorough Documentation: Access to resources like API documentation ensures developers have all the information needed for effective implementation.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.