Skip to content

Application that show the survey results for backend frameworks to the user in real time.

License

Notifications You must be signed in to change notification settings

Cihat-Girgin/.Net5-Hangfire-And-SignalR-Survey-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net5 Hangfire and SignalR Survey Application

Application that show the survey results for backend frameworks to the user in real time.

signal-r

The hangfire job running in the API layer runs every minute and saves 60 random survey data to the database.(The survey table is reset when the number of records exceeds 200) Via Signalr, the client presents the data live to the user.

Installation

1-First for database connection edit the connectionstring field in the appsettings.json file in the api layer.

coon

2-Then run the following command in the package manager console to mirror the migrations to the database.

update-database

3-Run api and web project

4-Send a get request to the https://localhost:44310/api/survey endpoint to start the hangfire job.(You can also use swagger instead of postman)

swagger

It's that simple!

About

Application that show the survey results for backend frameworks to the user in real time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published