bkockx / js-e2e-graphql-nextjs-triviagame

Trivia game with Next.js, Cosmos DB, and GraphQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

(short, 1-3 sentenced, description of the project)

Features

This project framework provides the following features:

  • Feature 1
  • Feature 2
  • ...

Getting Started

Prerequisites

(ideally very short, if any)

  • OS
  • Library version
  • ...

Installation

(ideally very short)

  • npm install [package name]
  • mvn install
  • ...

Quickstart

(Add steps to get up and running quickly)

  1. git clone [repository clone url]

  2. cd [repository name]

  3. Rename ./env.sample to ./env.local.

  4. Create Cosmos DB No SQL resource. Copy resource name and key.

  5. Edit ./env.local with Cosmos DB resource name and key.

    AZURE_COSMOSDB_ENDPOINT=https://YOUR-RESOURCE-NAME.documents.azure.com:443/
    AZURE_COSMOSDB_KEY=
    

Demo

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)

Resources

(Any additional resources or related projects)

  • Link to supporting information
  • Link to similar sample
  • ...

App Insights

https://medium.com/microsoftazure/enabling-the-node-js-application-insights-sdk-in-next-js-746762d92507

About

Trivia game with Next.js, Cosmos DB, and GraphQL.

License:MIT License


Languages

Language:Shell 51.7%Language:TypeScript 40.2%Language:CSS 4.0%Language:Dockerfile 2.4%Language:JavaScript 1.6%