Skip to content

burakkertn/MongoDbHangfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

MongoDbHangfire

Getting Started

This project is a .NET Core application designed to perform specific functions. Follow the steps below to set up the project on your local machine.

Prerequisites

You will need the following software installed on your machine to run this project:

Installation

  1. Clone the repository:

    git clone [https://github.com/username/project-name.git](https://github.com/burakkertn/ProjectName.git)
    cd ProjectName
  2. Restore the required NuGet packages:

    dotnet add package Hangfire
    dotnet add package Hangfire.AspNetCore
    dotnet add package Hangfire.Mongo
    dotnet restore
  3. Configure the appsettings.json file. For example:

    {
      "MongoDbSettings": {
        "Username": "#",
        "Password": "#",
        "Host": "#",
        "Port": 1,
        "Database": "#"
      }
    }
  4. Run the project:

    dotnet run

Contributing

If you want to contribute, please open a pull request or create an issue.

About

hangfire installation using mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published