This is an example React user guide application using a DataStax Astra free tier database.
- Create an Astra DB Database or use an existing one.
- Create an Astra DB Keyspace called
sag_todo_jamstack
in your database. - Generate an Application Token with the role of
Database Administrator
for the Organization that your Astra DB is in. - Once you clone this code locally you need to 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
netflify dev
in your local console.
Once the Astra DB credentials are provided, the necessary tables are created in the database. The webservice will be available on port 8888 once the application has been deployed.