Skip to content

gonzigonz/HangfireCore-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HangfireCore-Example

Intergrating Hangfire with a ASP.NET Core 1.1 for processing background and long-running tasks.

Setup

Build Front-End

  • Ensure your working directory is set to the HangfireCore.Mvc folder.
  • Ensure you have the latest version of Node & NPM installed.
  • Ensure you have the latest version of Bower installed: npm install -g bower
  • Restore front-end libraries: bower install

Build Back-End

  • Ensure your working directory is set to the HangfireCore.Mvc folder.
  • Ensure you have latest version of dotnet SDK installed.
  • Restore all packages: dotnet restore
  • Build project: dotnet build

Run

  • Ensure your working directory is set to the HangfireCore.Mvc folder.
  • Run dotnet run

About

Example of ASP.NET Core application and Hangfire integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published