Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 2.2 KB

README.md

File metadata and controls

44 lines (38 loc) · 2.2 KB

This is an implementation of a random test task from the Internet. Built with Asp.Net Core + React/Redux.

How to start:

  • Set default connection string for database in appsettings.json or secrets.json like this:
{
  "ConnectionStrings": {
    "DefaultConnection": "Host=localhost; Port=5432; Database=DotnetTest; Username=postgres; Password=12345;"
  }
}
  • Go to testDotnet/testDotnetBackend/testDotnetBackend.Web/ and run dotnet run;
  • Go to testDotnet/test-dotnet-frontend/ and run npm start;
  • Go to localhost:3000;

Results:

  • Provided API swagger
  • Client interface interface responsive
  • Filters filters
  • Update and delete transaction updateDelete
  • Pagination pageChanger
  • Export table based on chosen filters export
  • Import csv based on upsert import
  • Information toasts that display current process/result/error

unknownStatus


unknownType


notSupported


networkError