DataStax-Examples / telco-billing-app

An example of a telcom app dashboard, built with React and Netlify.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telco Billing App

30 minutes, Advanced, Start Building, View Demo

An example of a telcom app dashboard, built with React and Netlify.

image

Quick Start

  • Create an Astra DB Keyspace called sag_telco_billing in your database.
  • Generate an Application Token with the role of Database Administrator for the Organization that your Astra DB is in.
  • Click the 'Open in Gitpod' link: Open in IDE
  • Once the app is finished launching in the Gitpod IDE, copy the env.example file to a file named .env and fill the required values in from your Application Token and Astra DB connection settings.
  • Start the example by running npm run dev in the Gitpod console.

Objectives

Launch and explore an example of a telco app dashboard in Gitpod, built with React and Netlify.

How this works

Opening and running the app will populate the database you specify in your .env file with the required data, allowing you to explore the telco app. You can view a demo of the running app here.

About

An example of a telcom app dashboard, built with React and Netlify.

License:Apache License 2.0


Languages

Language:JavaScript 77.2%Language:CSS 17.7%Language:HTML 5.1%