Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 496 Bytes

File metadata and controls

20 lines (19 loc) · 496 Bytes

Test task fot .NET Junior Developer (CRUD Operations on ASP.NET Web API) DB on PostgrteSQL Storage set on local folder Images AutoMapper used for response and input Used ORM - Entity Framework Core Swagger and Talend API for testing

Started: 13.06.2024 End: 14.06.2024

Appsettings.json dependencies

{
"LocalStorage": {
  "Path": "/path/to/save/images.png";
  }
"ConnectionStrings": {
  "Npgsql": "Host=host;Port=port;Database=database;Username=username;Password=password";
  }
}