Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

marklechtermann/whiskygraphqlapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhiskyApp with .NET Core, GraphQL and Angular

A small demo application for the Dot NET Cologne 2019 (https://dotnet-cologne.de/Vortraege.ashx#graphql)

Slides: https://www.slideshare.net/MarkLechtermann/graphql-with-net-core

How to run this application with Docker

docker run -p 5000:5000 marklechtermann/whiskygraphqlapp

https://hub.docker.com/r/marklechtermann/whiskygraphqlapp

How to run this application

You need .NET Core >= 2.1

./run.sh

and for the Frontend

cd ClientApp; ng serve

Open http://localhost:5000 in your browser.

How to run publish the application

dotnet publish ./src/whisky.csproj -c Release

Content

Backend:

  • .NET Core
  • ASP.NET Core WebAPI
  • GraphQL

Frontend:

  • Angular
  • Apollo GraphQL Client

About

WhiskyApp with .NET Core, GraphQL and Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published