Skip to content

Sfrlrk/GuideBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuideBook

REQUIREMENTS:

  • .NET CORE
  • RABBITMQ
  • MONGODB

You must run four projects at the same time( GuideBook.ContactApi, GuideBook.PersonApi, GuideBook.ReportApi, ReportService Worker)

4 projects must be startup projects. RabbitMQ must be queue name "Report".

The first report request is created with the url below

http://localhost:22634/CreateReportByLocation/Ayd%C4%B1n%20/adasd.com

Person Api

https://localhost:7006/swagger/index.html

You must run four projects at the same time(Person Api, Contact Api, Report Api ve ReportService Worker)

Person Api

image

Contact Api

http://localhost:5048/swagger/index.html

image

Report Api

http://localhost:22634/swagger/index.html

image