Skip to content

tedecti/JSON_Market

Repository files navigation

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";
  }
}

About

Test task for .NET Junior Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published