Skip to content

Files

Latest commit

5290c07 · Apr 9, 2024

History

History

nextjs-blog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 29, 2022
Nov 28, 2022
Apr 29, 2022
Apr 29, 2022
Apr 29, 2022
Apr 29, 2022
Apr 9, 2024
Jul 28, 2022
Apr 29, 2022
Apr 29, 2022
Apr 9, 2024
Jul 28, 2022
May 4, 2022
Apr 9, 2024

This is a sample project demonstrating how to use EdgeDB inside a Next.js project.

For the step-by-step tutorial associated with this project, refer to edgedb.com/docs/guides/tutorials/nextjs_pages_router

Getting Started

Install dependencies

npm install

Initialize project

edgedb project init

Generate query builder

npx @edgedb/generate edgeql-js

Seed the database

npm run seed

Start dev server

npm run dev

Open http://localhost:3000 with your browser to see the result.