Skip to content

A demo application "Coinbox" using ASP NET Core, SignalR and SQLite

Notifications You must be signed in to change notification settings

DevilSmith/coinbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • .NET 8 SDK

Starting

For installation of application:

  1. Download application:
git clone https://github.com/DevilSmith/coinbox.git
cd coinbox

Usage

Coinbox-service

  1. Run coinbox-service from ./coinbox:
cd coinbox-service
dotnet run

Coinbox-client

  1. Go coinbox-client project folder from ./coinbox:
cd coinbox-client
  1. Starting in message listening mode:
dotnet run listen-messages

In this mode, the application captures the I/O stream of the shell.

  1. Take coins from coinbox:
dotnet run take-coins <count> 
  1. Get the history of the change in the number of coins:
dotnet run get-changes <count>
  1. Get the current number of coins:
dotnet run get-current-number 

About

A demo application "Coinbox" using ASP NET Core, SignalR and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages