marinehero / PushNotificationCore

Push notification with ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PushNotificationCore

Push notification with ASP.NET Core

What is Push notification

Push notification, also called server push notification, is the delivery of information from a software application to a computing device without a specific request from the client.

How to run the project

The steps are very easy you only have to

  • Check if .NET Core sdk version 2.1 installed on your system, you can download it from Here then check if the instalation has gone correctly by typing

    user$ dotnet --version
    user$ 2.1.402
    
  • Restore the dependencies by typing the commande

    user$ dotnet restore
    
  • Finnaly go and run the app by typing

    user$ dotnet run
    
  • Support me by making a for the repo and thank you :D , If you want to contribute to the project and make it better, your help is very welcome.

Screenshot

image image image

About

Push notification with ASP.NET Core

License:MIT License


Languages

Language:C# 93.1%Language:CSS 3.9%Language:JavaScript 3.0%