50 minutes, Advanced, Start Building
Create a fullstack NuxtJS + NestJS app while following along with the tutorial video from Eddie Jaoude.
- 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_nuxtjs_fullstackin your database. - Generate an Application Token with the role of
Database Administratorfor the Organization that your Astra DB is in. - Click the 'Open in Gitpod' link:
- Once the app is finished launching in the Gitpod IDE, copy the
env.examplefile in theapifolder to a file named.envin theapifolder and fill the required values in from your Application Token and Astra DB connection settings. - Start the example by running
npm startin the Gitpod console while in theapifolder.
Create a fullstack NuxtJS + NestJS app while following along with the tutorial video from Eddie Jaoude.
Opening and running the app will populate the database you specify in your .env file with the required data, allowing you to explore the NuxtJS + NestJS tutorial app.
