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_jamstackin your database. - Generate an Application Token with the role of
Database Administratorfor the Organization that your Astra DB is in. - Once you clone this code locally you need to copy the
.env.examplefile to a file named.envand fill the required values in from your Application Token and Astra DB connection settings. - Start the example by running
netflify devin 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.