Fetch Backend take home assignment
- Clone the repository
- Go the root folder of the repository
- Ensure that Docker and Postman are installed
- Run the command
docker build -t receipt-processor:latest .
on the root folder - Ensure that above command is ran successfully without any issues
- Now run the command
docker run -p 8080:8080 receipt-processor:latest
- Go to postman and create two new HTTP requests for processing receipts and getting points for processed receipt