๐Ÿ“ฆ southpolesteve / graphql-cosmos-demo

A demo of Azure Cosmos DB with GraphQL and Apollo Server

โ˜… 14 stars โ‘‚ 5 forks ๐Ÿ‘ 14 watching
๐Ÿ“ฅ Clone https://github.com/southpolesteve/graphql-cosmos-demo.git
HTTPS git clone https://github.com/southpolesteve/graphql-cosmos-demo.git
SSH git clone git@github.com:southpolesteve/graphql-cosmos-demo.git
CLI gh repo clone southpolesteve/graphql-cosmos-demo
Loading files...
๐Ÿ“„ README.md

GraphQL + Cosmos

  • Clone this repo
  • Run npm install
  • In the Azure portal, create a database called test and a container called todos
  • Copy .env.example to .env
  • Replace the variables in .env with your own endpoint and key
  • Run node index.js
  • Visit http://localhost:4000/graphiql