Skip to content

mustafabingul/F-P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

F-P

This project is simulation microservice which is used from a web app . Client writes a task to the queue and a task is consumed and simulated by the worker. The tasks processed by the worker are kept in a table in SQLite by updating their durations.

image

Setup project

Install and run RabbitMQ on your Docker

"docker pull rabbitmq:3-management"

"docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.12-management"

Clone this repo on your local

Open it with an IDE and do DB configs

Run it

SQlite

Remove Migrations and tables and then create your migration and tables

"dotnet ef database drop"

"dotnet ef migrations add InitialCreate"

"dotnet ef database update"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages