Build an Astra DB RPG
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.
30 minutes • Advanced
Updated January 31, 2022
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.
Quick Start
-
Signup for DataStax Astra, or login to your already existing account.
-
Create an Astra DB Database if you don't already have one.
-
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. -
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.