DataStax-Examples / rpg-astra

This example is a simple RPG application that allows you to add skills and allocate skill points to them, gaining you experience and levels as a result.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build an Astra DB RPG

30 minutes, Advanced, Start Building

This example is a simple RPG application that allows you to add skills and allocate skill points to them, gaining you experience and levels as a result.

image

Quick Start

  • Create an Astra DB Keyspace called sag_rpg 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 RPG app in Gitpod, built with React and Netlify.

About

This example is a simple RPG application that allows you to add skills and allocate skill points to them, gaining you experience and levels as a result.

License:Apache License 2.0


Languages

Language:JavaScript 87.3%Language:HTML 10.3%Language:CSS 2.4%