You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Learn to build a basic server-side rendered webapp using Next.js and Couchbase
7
+
- Build a basic REST API using using Next.js and Couchbase Nodejs SDK
8
8
- See how you can fetch data from Couchbase without exposing API routes
9
-
- Extend your application using Next.js API routes to handle Create, Update, and Delete operations
10
-
content_type: tutorial
9
+
- Explore CRUD operations in action with Couchbase
10
+
content_type: quickstart
11
11
filter: sdk
12
12
technology:
13
13
- kv
14
-
- index
15
14
- query
15
+
- index
16
16
tags:
17
17
- Next.js
18
18
sdk_language:
@@ -36,7 +36,7 @@ To run this prebuilt project, you will need:
36
36
37
37
-[Load travel-sample bucket in Couchbase Capella](https://docs.couchbase.com/cloud/clusters/data-service/import-data-documents.html#import-sample-data)
38
38
39
-
> Note that this tutorial is designed to work with the latest Next.js SDK (4.x) for Couchbase. It will not work with older versions of Next.js without adapting the code.
39
+
> Note that this tutorial is designed to work with the latest [Node.js SDK (4.x)](https://docs.couchbase.com/nodejs-sdk/current/hello-world/overview.html) for Couchbase. It will not work with older versions of Next.js without adapting the code.
40
40
41
41
- Ensure that the Nodejs version is [compatible](https://docs.couchbase.com/nodejs-sdk/current/project-docs/compatibility.html) with the Couchbase SDK.
0 commit comments