Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 306 Bytes

Receipt Processor for Fetch

Instructions

  1. If you have Go installed,
    1. run go run .
  2. If you do not have Go installed,
    1. run docker build -t go-receipt-processor .
    2. Then run docker run --rm -p 8080:8080 go-receipt-processor
  3. The application will be accessible on port 8080