Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.39 KB

MicroServices

  • MongoDB database should be downloaded and its settings should be written in appsettings.json files.
  • MongoDB -> Country database -> info collection should be created
  • MongoDB -> City database -> info collection should be created
  • PostgreSQL database should be downloaded and its settings should be written in appsettings.json files. When dotnet-ef migrations added and database updated, district database and info table will be created
  • RabbitMQ should be downloaded

Database Screenshots

CountryInfo

CityInfo

DistrictInfo

Postman Requests

Login

Authorization

Country

City

DistrictUpdate

DistrictDelete