Skip to content

Application for reading and saving ofx files data

License

Notifications You must be signed in to change notification settings

JCelento/ofx-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofx-reader

Application to read transactions with ofx file extension

How to start the db with docker:

Access the folder enviroment via terminal the execute:

docker build -t mysql .

When the image is ready you can run it with:

docker run mysql

If you want to use an mysql standart installation all db information is on dockerfile and on folder scripts

How to run it:

dotnet restore

npm install

Then just start it from the GUI, or you can run it via terminal with:

dotnet build

dotnet run

About

Application for reading and saving ofx files data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published