Skip to content

A simple Todo app built on Next.js and Azure Cosmos DB, deployed on Vercel with the Vercel + Azure Cosmos DB integration.

License

Notifications You must be signed in to change notification settings

cosmosdbintegrations/azurecosmosdb-vercel-starter-template

Repository files navigation

Azure Cosmos DB Starter – Todo App

A simple Todo App built on Next.js and Azure Cosmos DB, deployed on Vercel with the Vercel + Azure Cosmos DB integration.

Deployment Instructions

Pre requisites

Azure Cosmos DB account, database and container. Please make sure the Partition Key for container is '/id'.

Steps

  1. Install dependencies from the root folder - npm install

  2. Rename sample.env to .env and set appropriate variables.

    • COSMOSDB_CONNECTION_STRING : This is the connection string for Azure Cosmos DB.
    • COSMOSDB_DATABASE_NAME : This is the name of the database to store todos.
    • COSMOSDB_CONTAINER_NAME : This is the name of the container to store todos.

You can obtain the connection string by navigating to your Azure Cosmos DB account page's key blade, and select Primary connection string. Copy the value to use as COSMOSDB_CONNECTION_STRING.

Cosmos DB connection string

  1. Start the project - npm run dev

Demo

https://cosmosdb-vercel-starter.vercel.app/

Vercel + Azure Cosmos DB Integration

https://vercel.com/integrations/azurecosmosdb

About

A simple Todo app built on Next.js and Azure Cosmos DB, deployed on Vercel with the Vercel + Azure Cosmos DB integration.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published