Skip to content

eternityduck/TransactionFileApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 Transaction API

.NET API for the importing and exporting files about transactions

Notes

You need to setup MSSQL to use Transaction API locally

Getting started

First you need to run the Web API project. Then you need to register, because only registered users have the access to the api.

1. Importing files

To import file you need to upload the .csv file to the import controller method. Then the data will be added to the database or the status of transaction will be updated if the transaction with the same id already exists.

2. Exporting files

To export the file you need to request to the one of the method which exports the file. You need to do this proceeding to the result that you need. For example you can export the file filtered by status or type, or you can export all data from the database in .csv file format.

The API may be updated in the future

About

CQRS arch - importing and exporting data to the excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages