Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.23 KB

README.md

File metadata and controls

25 lines (20 loc) · 2.23 KB

NextJS Fullstack Tutorial

30 minutes, Advanced, Start Building

Create a fullstack NextJS app while following along with the tutorial video and blogpost from Eddie Jaoude.

image

Quick Start

  • Create an Astra DB Keyspace called sag_nextjs_fullstack 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

Create a fullstack NextJS app while following along with the tutorial video and blogpost from Eddie Jaoude.

How this works

Opening and running the app will populate the database you specify in your .env file with the required data, allowing you to explore the NextJS tutorial app.