Skip to content

ravendb/samples-nextjs

Repository files navigation

Getting Started

Used Node.js version: 20.11.1

Create database

For the application to work, you must first create a database. You can do this at http://live-test.ravendb.net/studio/index.html#databases.

Then go to src/db/store.ts and replace the "beer-order-database" name with the one you created.

Install packages

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Screenshot

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •