This is an implementation of a random test task from the Internet. Built with Asp.Net Core
+ React/Redux
.
- 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
;
- Provided API
- Client interface
- Filters
- Update and delete transaction
- Pagination
- Export table based on chosen filters
- Import csv based on upsert
- Information toasts that display current process/result/error