Skip to content

AsherKirshtein/fetch-challenge-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧾 Fetch Challenge Solution

Here is my solution to the Fetch Receipt Processor Challenge.


🚀 Docker Setup

Build the Docker Container

Run the following command to build and run the Docker image:

docker build -t receipt-processor .
docker run -p 8000:8000 receipt-processor

I included my own test in there as well, I also used Postman to test as well as curl commands. I really enjoyed the challenge and I look forward to getting more!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published