Skip to content

TetianaP/InvoiceWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoicr-App

The application consumes an Invoice event feed which Xero provides and creates a custom text file for each newly created invoice.

Local Setup

  1. Download and install the .NET 5 SDK. Link here
  2. Clone this repository.
  3. Use the following commands to build and run the app.
    cd Invoicr-App
    
    # to build the app
    dotnet build
    
    # to run the app
    dotnet run --project Invoicr-App
    
    # to run tests
    dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages