From d3d32fc58bb3156100fa168f6d2132b68005c0ed Mon Sep 17 00:00:00 2001 From: ejscribner Date: Tue, 1 Aug 2023 12:53:02 -0700 Subject: [PATCH 1/2] Update the title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb9648c..c0bee11 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Quickstart for using Couchbase with Next.js +# Couchbase Capella Starter with Next.js ## Deployment Instructions From 6b9c98dda73381ff0d1f4f4594d91e2fdc0ac1c3 Mon Sep 17 00:00:00 2001 From: ejscribner Date: Wed, 2 Aug 2023 11:37:02 -0700 Subject: [PATCH 2/2] Demo and Tech Stack Sections --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c0bee11..3142ffc 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,17 @@ To deploy this project on Vercel, you will need: - This error usually occurs when the application cannot reach the database. Ensure that the environment variables are correct, IP addresses are allowed, and the Database User credentials match those in the environment variables. - Check to ensure your Database wasn't deleted. +### Live Demo + +[https://couchbase-nextjs-quickstart.vercel.app/](https://couchbase-nextjs-quickstart.vercel.app/) + +### Tech Stack + +- [Next.js](https://nextjs.org/) +- [Tailwind CSS](https://tailwindcss.com/) +- [Couchbase Capella](https://cloud.couchbase.com/sign-in) +- [Vercel](https://vercel.com/) + ## Run the Code Locally ### Prerequisites