jamiepollock / umbraco-graphql-demo

A basic implementation of GraphQL for Umbraco with a VueJS app to consume data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umbraco GraphQL demo

A basic implementation of GraphQL for Umbraco with a VueJS app to consume data.

⚠️ Please be aware!

I'm using this as a learning exercise. I have little to no experience in VueJS or GraphQL.

Also, at the time of development, GraphQL for Umbraco is not production ready but could be with your help! :)

Getting Started

The demo includes UmbracoCMS v7.13.1 preinstalled with the standard starter kit.

For ease of development, I configured my local IIS to point the GraphQLForUmbracoDemo.Web project with the following hostname:

http://umbraco.graphql.local/

If you intend on pointing to a different hostname please be sure to update the API endpoint in the VueJS app.

Umbraco backoffice credentials

To access the backoffice you will need the following credentials:

Username: admin@admin.com
Password: v<vDQK82xX=a%[U~

About

A basic implementation of GraphQL for Umbraco with a VueJS app to consume data.

License:MIT License


Languages

Language:JavaScript 40.2%Language:HTML 29.6%Language:C# 16.0%Language:CSS 11.2%Language:Vue 2.4%Language:ASP 0.6%