Skip to content

GorgeousPuree/testDotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Asp.Net Core + React/Redux test task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published