(short, 1-3 sentenced, description of the project)
This project framework provides the following features:
- Feature 1
- Feature 2
- ...
(ideally very short, if any)
- OS
- Library version
- ...
(ideally very short)
- npm install [package name]
- mvn install
- ...
(Add steps to get up and running quickly)
-
git clone [repository clone url]
-
cd [repository name]
-
Rename
./env.sample
to./env.local
. -
Create Cosmos DB No SQL resource. Copy resource name and key.
-
Edit
./env.local
with Cosmos DB resource name and key.AZURE_COSMOSDB_ENDPOINT=https://YOUR-RESOURCE-NAME.documents.azure.com:443/ AZURE_COSMOSDB_KEY=
A demo app is included to show how to use the project.
To run the demo, follow these steps:
(Add steps to start up the demo)
(Any additional resources or related projects)
- Link to supporting information
- Link to similar sample
- ...