MongoDbHangfire
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.
You will need the following software installed on your machine to run this project:
-
Clone the repository:
git clone [https://github.com/username/project-name.git](https://github.com/burakkertn/ProjectName.git) cd ProjectName
-
Restore the required NuGet packages:
dotnet add package Hangfire dotnet add package Hangfire.AspNetCore dotnet add package Hangfire.Mongo dotnet restore
-
Configure the
appsettings.json
file. For example:{ "MongoDbSettings": { "Username": "#", "Password": "#", "Host": "#", "Port": 1, "Database": "#" } }
-
Run the project:
dotnet run
If you want to contribute, please open a pull request or create an issue.